<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Browser verification</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f9f9f9;
            margin: 0;
        }
        .container {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
    </style>
</head>
<body>
<div class="container">
    <h1>Browser verification</h1>
    <p>Please wait...</p>
    <form id="verificationForm" method="POST" action="/check">
        <input type="hidden" name="challenge" value="2fcaf98e74ba4a1852223aae39d509a1">
        <input type="hidden" name="fingerprint" id="fingerprint">
    </form>
</div>
<script>
    document.cookie = "js_enabled=1; path=/";
    setTimeout(() => {
        document.cookie = "delayed=1; path=/";
        const fingerprint = btoa([
            navigator.userAgent,
            screen.width + 'x' + screen.height,
            navigator.language,
            new Date().getTimezoneOffset()
        ].join('|'));
        document.getElementById('fingerprint').value = fingerprint;
        document.getElementById('verificationForm').submit();
    }, 1500);
</script>
   <!-- Histats.com  START  (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4944275,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img  src="//sstatic1.histats.com/0.gif?4944275&101" alt="web statistic" border="0"></a></noscript>
<!-- Histats.com  END  -->
        <!-- Matomo -->
        <script>
          var _paq = window._paq = window._paq || [];
          _paq.push(['setCustomDimension', 1, 'www.gesecurityproducts.eu']);
          _paq.push(['trackPageView']);
          _paq.push(['enableLinkTracking']);
          (function() {
            var u="//matomo.www.gesecurityproducts.eu/";
            _paq.push(['setTrackerUrl', u+'matomo.php']);
            _paq.push(['setSiteId', '1']);
            var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
            g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
          })();
        </script>
        <!-- End Matomo Code -->
        </body>
</html>

