Se non c'è storico non fa nulla quindi puoi provare così
codice:
if(!window.history.length){
  window.location.href = "LA_TUA_URL_DI_DESTINAZIONE";
}else{
window.history.back()
}