<html><head><meta name="robots" content="noindex, noarchive"/><style> .gorizontal-vertikal { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 135px; height: 135px; } </style></head><body> <div class="gorizontal-vertikal"> <img src="https://static.stormwall.pro/ajax-loader.gif" /> </div> <script> function fixedEncodeURIComponent(str) { return encodeURIComponent(str).replace(/[!'()*]/g, function (c) { return "%" + c.charCodeAt(0).toString(16); }); } function get_jhash(b) { var x = 123456789; var i = 0; var k = 0; for (i = 0; i < 1677696; i++) { x = ((x + b) ^ (x + (x % 3) + (x % 17) + b) ^ i) % 16776960; if (x % 117 == 0) { k = (k + 1) % 1111; } } return k; } function get_utm_medium(){ var mediums = { "organic": ["yandex", "google", "bing", "search.yahoo","yahoo"], "referral": null }; var m, a, v, f=0; var p = document.createElement("a"); p.href = document.referrer; for (m in mediums){ a = mediums[m]; if (a == null){ break; } f=0; for (var i=0; i<a.length; i++){ v = a[i]; if (p.hostname.indexOf(v+'.') == 0 || p.hostname.indexOf('www.'+v+'.') == 0){ f=1; break; } } if (f === 1){ break; } } return m; } function construct_utm_uri() { var p = document.createElement("a"); p.href = document.referrer; if (p.href == "" || window.location.hostname == p.hostname || "www." + window.location.hostname == p.hostname) { return window.location.href; } if (window.location.href.indexOf("utm_") != -1) { return window.location.href; } var uri = window.location.href; if (uri.indexOf("?") != -1) { uri += "&"; } else { uri += "?"; } uri += "utm_source=" + p.hostname + "&utm_medium="+get_utm_medium()+"&utm_campaign=" + p.hostname + "&utm_referrer=" + p.hostname; return uri; } setTimeout(function () { var code = parseInt(document.cookie.split('; ').find(row => row.lastIndexOf('_JS_P=', 0) === 0).split('=')[1].split(',')[0]); var age = parseInt(document.cookie.split('; ').find(row => row.lastIndexOf('_JS_P=', 0) === 0).split('=')[1].split(',')[1]); var jhash = get_jhash(code); document.cookie = "_JHASH__=" + jhash + ";max-age=" + age + "; "+(window.location.href.indexOf("https")!=-1?"SameSite=None;Secure;" : "")+" Path=/"; document.cookie = "_JUA__=" + fixedEncodeURIComponent(navigator.userAgent) + ";max-age="+age+"; "+(window.location.href.indexOf("https")!=-1?"SameSite=None;Secure;" : "")+" Path=/"; window.location.href = construct_utm_uri(); }, 1 * 1000); </script> </div></html>
