Редиректы
<script>
// Сохраняем utm
var utm = location.search;
// Указываем новый путь
var url = new URL('https://site.bizconstructor.com');
url.search = utm;
location.replace(url);
</script>
<script>
// Сохраняем utm
var utm = location.search;
// Указываем новый путь
var url = new URL('https://site.bizconstructor.com');
url.search = utm;
location.replace(url);
</script>