<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Переход в магазин…</title>
<script>
  location.replace("https://new.kant19.store" + location.pathname + location.search + location.hash);
</script>
</head>
<body>Переходим на новый сайт…</body>
</html>
