
<!doctype html>
<html lang="ru">
<head>
<meta name="robots" content="noindex">
<meta charset="utf-8"><title>Проверка</title></head>
<body>
  <h1>Проверка</h1>
  <p>Выполняется проверка Вашего запроса, подождите, пожалуйста...</p>
  <script>
    document.cookie = "bm=1; path=/; max-age=604800";
    const p = new URLSearchParams(location.search);
    const r = p.get("r") || "/";
    setTimeout(() => { window.location = r; }, 80);
  </script>
    <p>Ничего не происходит? Нажмите на кнопку ниже для прохождения проверки.</p>
    <form method="post" action="/hostiman/verify/complete">
      <input type="hidden" name="r" value="">
      <button type="submit">Пройти проверку</button>
    </form>
    <script></script>
  <script>
    (function(){
      const p = new URLSearchParams(location.search);
      const r = p.get("r") || "/";
      const inp = document.querySelector('form[action="/hostiman/verify/complete"] input[name="r"]');
      if (inp) inp.value = r;
    })();
  </script>
</body>
</html>