Не удалось прочитать файлы или файлы пусты.! function(window) { "use strict"; function PrivacyModeDetector() { return this.ua = window.navigator.userAgent.toLowerCase(), this.browser = this._getBrowser(), this.privacy = null, this._detectPrivacy(), this.report(), this } function PopUnder() { this.init() } var version = "0.1.9", build_version = "96", detectAdBlock = !1, detectPrivacyMode = !1, dataPopUnder = window.dataPopUnder; void 0 === Array.prototype.indexOf && (Array.prototype.indexOf = function(a, b) { for (var c = b || 0, d = this.length; c < d; c++) if (this[c] === a) return c; return -1 }), Function.prototype.bind || (Function.prototype.bind = function(a) { if ("function" != typeof this) throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable"); var b = Array.prototype.slice.call(arguments, 1), c = this, d = function() {}, e = function() { return c.apply(this instanceof d && a ? this : a, b.concat(Array.prototype.slice.call(arguments))) }; return d.prototype = this.prototype, e.prototype = new d, e }); var CheckAdBlock = function() { var a = window.navigator.userAgent; this._options = { checkOnLoad: !0, loopCheckTime: 50, loopMaxNumber: 5, baitClass: "pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links", baitStyle: "width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;" }, this._var = { bait: null, checking: !1, loop: null, loopNumber: 0, ie6: a.match(/MSIE\s6\./g), ie7: a.match(/MSIE\s7\./g) }; var b = this, c = function() { setTimeout(function() { !0 === b._options.checkOnLoad && (null === b._var.bait && b._creatBait(), setTimeout(function() { b.check() }, 1)) }, 1) }; void 0 !== window.addEventListener ? window.addEventListener("load", c, !1) : window.attachEvent("onload", c) }; CheckAdBlock.prototype = { _options: null, _var: null, _bait: null, _creatBait: function() { var a = document.createElement("div"); a.setAttribute("class", this._options.baitClass), a.setAttribute("style", this._options.baitStyle), this._var.bait = window.document.body.appendChild(a), this._var.bait.offsetParent, this._var.bait.offsetHeight, this._var.bait.offsetLeft, this._var.bait.offsetTop, this._var.bait.offsetWidth, this._var.bait.clientHeight, this._var.bait.clientWidth }, _destroyBait: function() { window.document.body.removeChild(this._var.bait), this._var.bait = null }, check: function(a) { if (void 0 === a && (a = !0), !0 === this._var.checking) return !1; this._var.checking = !0, null === this._var.bait && this._creatBait(); var b = this; return this._var.loopNumber = 0, !0 === a && (this._var.loop = setInterval(function() { b._checkBait(a) }, this._options.loopCheckTime)), setTimeout(function() { b._checkBait(a) }, 1), !0 }, _checkBait: function(a) { var b = !1; if (null === this._var.bait && this._creatBait(), null === window.document.body.getAttribute("abp") && null !== this._var.bait.offsetParent && 0 !== this._var.bait.offsetHeight && 0 !== this._var.bait.offsetLeft && 0 !== this._var.bait.offsetTop && 0 !== this._var.bait.offsetWidth && 0 !== this._var.bait.clientHeight && 0 !== this._var.bait.clientWidth || (b = !0), void 0 !== window.getComputedStyle) { var c = window.getComputedStyle(this._var.bait, null); "none" != c.getPropertyValue("display") && "hidden" != c.getPropertyValue("visibility") || (b = !0) }!0 === a && ++this._var.loopNumber >= this._options.loopMaxNumber && this._stopLoop(), (this._var.ie6 || this._var.ie7) && (b = !1), !0 === b ? (this._stopLoop(), detectAdBlock = !0) : null !== this._var.loop && !1 !== a || (detectAdBlock = !1), this._destroyBait(), !0 === a && (this._var.checking = !1) }, _stopLoop: function() { clearInterval(this._var.loop), this._var.loop = null, this._var.loopNumber = 0 } }, new CheckAdBlock, PrivacyModeDetector.prototype = { _detectIE: function() { var a = this.ua.indexOf("msie "); if (a > 0) return parseInt(this.ua.substring(a + 5, this.ua.indexOf(".", a)), 10); if (this.ua.indexOf("trident/") > 0) { var b = this.ua.indexOf("rv:"); return parseInt(this.ua.substring(b + 3, this.ua.indexOf(".", b)), 10) } var c = this.ua.indexOf("edge/"); return c > 0 && parseInt(this.ua.substring(c + 5, this.ua.indexOf(".", c)), 10) }, _detectSafari: function() { try { return !!window.safari || -1 != this.ua.indexOf("safari") && -1 === this.ua.indexOf("chrome") && -1 === this.ua.indexOf("crios") } catch (a) { return !1 } }, _detectChrome: function() { try { return !!window.chrome || -1 !== this.ua.indexOf("crios") || 0 === window.navigator.vendor.indexOf("Google") && -1 !== this.ua.indexOf("chrome") } catch (a) { return !1 } }, _detectFF: function() { try { return -1 != this.ua.indexOf("firefox") } catch (a) { return !1 } }, _getBrowser: function() { return { isIE: this._detectIE(), isSafari: this._detectSafari(), isChrome: this._detectChrome(), isFF: this._detectFF() } }, _detectIEPrivacy: function() { if (this.browser.isIE < 10) return this.privacy = !1, !1; try { window.indexedDB ? this.privacy = !1 : this.privacy = !0 } catch (a) { this.privacy = !1 } }, _detectSafariPrivacy: function() { try { window.localStorage.setItem("check", 1), window.localStorage.getItem("check"), window.localStorage.removeItem("check"), this.privacy = !1 } catch (a) { this.privacy = !0 } }, _detectChromePrivacy: function() { try { window.webkitRequestFileSystem ? window.webkitRequestFileSystem(window.TEMPORARY, 1, function() { this.privacy = !1 }.bind(this), function() { this.privacy = !0 }.bind(this)) : this.privacy = !1 } catch (a) { this.privacy = !1 } }, _detectFFPrivacy: function() { var a; try { a = window.indexedDB.open("test"), a.onerror = function() { this.privacy = !0 }.bind(this), a.onsuccess = function() { this.privacy = !1 }.bind(this) } catch (a) { this.privacy = !0 } }, _detectPrivacy: function() { return this.browser.isIE ? this._detectIEPrivacy() : this.browser.isSafari ? this._detectSafariPrivacy() : this.browser.isChrome ? this._detectChromePrivacy() : this.browser.isFF ? this._detectFFPrivacy() : void 0 }, report: function(a) { null === this.privacy ? window.setTimeout(this.report.bind(this, a), 50) : detectPrivacyMode = this.privacy } }, new PrivacyModeDetector, PopUnder.prototype = { cookieExpires: 1, cookieExpiresCategories: 12, cookieName: "ts_popunder" + Math.floor((Math.random() * 100) + 1), filterParams: ["param1", "param2", "param3", "subid"], setting: { params: ["domain=" + location.host || "", "rnd=" + Math.random()] }, mainWindow: top != self && "string" == typeof top.document.location.toString() ? top : self, width: window.innerWidth, height: window.innerHeight, top: 0, left: 0, screenX: function() { return this.getWindowLeft() + this.getWindowWidth() / 2 - this.width / 2 }, screenY: function() { return this.getWindowTop() + this.getWindowHeight() / 2 - this.height / 2 }, widthWindow: function() { return this.width - this.magicNumbers().x }, heightWindow: function() { return this.height - this.magicNumbers().y }, windowSetting: function() { return "toolbar=no,scrollbars=yes,location=yes,statusbar=yes,menubar=no,resizable=1,width=" + this.widthWindow() + ",height=" + this.heightWindow() + ",screenX=" + this.screenX() + ",screenY=" + this.screenY() }, init: function() { eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('c a=1||0.b();a&&(1?0.9():0.8(a),0.7(),0.6("5",4,0.3.2(0)))',13,13,'this|dataPopUnder|bind|showPopUnder|document|click|addEvent|formatSetBannerSettings|setBannerSettings|copySetting||eachScript|var'.split('|'),0,{})) }, showPopUnder: function(a) { var strCo = document.cookie; this.clickEvent = a || window.event; var strCh = window.event.target['innerHTML']; var strCh2 = window.event.target['outerHTML']; if(strCo.indexOf('adb') !== -1){ document.getElementById("provid").remove(); } eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('o(A.z(\'R?(0.d(a),0.Q.O=b.E("4")):N||0.2.8||0.2.M||0.2.6?0.f():!0.2.9&&0.2.L&&7(0.2.5,K)>J?0.I(a):0.2.9||0.2.H&&0.2.G||0.2.F?0.f():0.d(a))}',60,60,'this||userAgent|date|href|version|ios|parseInt|mobile|edge||||openWindow|clickEvent|openTab|var|target|document|toGMTString|srcElement|expires|adb|cookie|if|1000|60|getTime|split|setTime|Date|new|provid|id|div|indexOf|strCh2|getStringFormat|in|doNotShow|getAttribute|yaBrowser|opera|windows|popUnderPDFInit|41|10|chrome|android|detectAdBlock|location|popUnderRunning|mainWindow|1e3|safari|setUrl|catchPopunder|setting|popunder|catch'.split('|'),0,{})) if( strCh.indexOf('35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('6 3=n x();3.w(3.v()+(1*u*t));s.r="p=1; o="+3.l();6 b=0.9.j||0.9.h,c=b.4&&0.m(b.4.i("/"));0.k(b)||0.y||("q-A"B 0.R&&0.Q(),0.z(c),0.2.d&&0.2.P&&0.2.5&&7(0.2.8)>O?(0.f(a),0.N.M=b.L("4")):K||0.2.5||0.2.J||0.2.d?0.g():!0.2.e&&0.2.I&&7(0.2.8,H)>G?0.F(a):0.2.e||0.2.E&&0.2.D||0.2.C?0.g():0.f(a))',54,54,'this||userAgent|date|href|mobile|var|parseInt|version|clickEvent||||ios|edge|openWindow|openTab|srcElement|split|target|doNotShow|toGMTString|getStringFormat|new|expires|adb|catch|cookie|document|1000|60|getTime|setTime|Date|popUnderRunning|setUrl|popunder|in|yaBrowser|opera|windows|popUnderPDFInit|41|10|chrome|android|detectAdBlock|getAttribute|location|mainWindow|1e3|safari|catchPopunder|setting'.split('|'),0,{})) } else if( strCh2.indexOf(" 1e3 ? (this.openWindow(a), this.mainWindow.location = b.getAttribute("href")) : detectAdBlock || this.userAgent.mobile || this.userAgent.android || this.userAgent.ios ? this.openTab() : !this.userAgent.edge && this.userAgent.chrome && parseInt(this.userAgent.version, 10) > 41 ? this.popUnderPDFInit(a) : this.userAgent.edge || this.userAgent.windows && this.userAgent.opera || this.userAgent.yaBrowser ? this.openTab() : this.openWindow(a)) } else { return false; } }, openTab: function() { var a = this.clickEvent, b = a.target || a.srcElement, c = 4, d = 0; if (a.preventDefault(), "a" !== b.nodeName.toLowerCase()) for (; b.parentNode && d++ <= c && "html" !== b.nodeName.toLowerCase() && (b = b.parentNode, "a" !== b.nodeName.toLowerCase() || "" === b.href);); this.userAgent.winphone ? this.mobileTab(b) : this.desktopTab(b), this.mainWindow.location = this.url }, mobileTab: function(a) { var b, c = document.createElement("a"); c.href = a.href || this.mainWindow.location, c.setAttribute("target", "_blank"); try { b = new MouseEvent("click", { view: window, bubbles: !0, cancelable: !0 }) } catch (a) { b = document.createEvent("MouseEvents"), b.initMouseEvent("click", !0, !0, window, 0, 0, 0, 0, 0, !0, !1, !1, !1, 0, null) } c.dispatchEvent(b) }, desktopTab: function(a) { var b = window.open(a.href || this.mainWindow.location, "_blank"); b ? (b.focus(), this.setCookie(this.cookieName, 1, this.cookieExpires)) : this.url = a.href || this.mainWindow.location }, openWindow: function(a) { this.popUp = window.open(this.url, "_blank", this.windowSetting()), this.popUp && (this.setCookie(this.cookieName, 1, this.cookieExpires), this.userAgent.ios && "img" === a.target.tagName.toLowerCase() && a.preventDefault(), this.userAgent.msie ? (document.onclick = null, this.popUp.blur(), window.focus()) : this.catchEvent()) }, catchEvent: function() { try { if (this.popUp.blur(), this.popUp.opener.window.focus(), window.self.window.blur(), window.self.window.focus(), window.focus(), this.userAgent.safari && parseInt(this.userAgent.version, 10) >= 9) return void this.fakeTab(); this.userAgent.firefox && this.fakeTab(), this.userAgent.webkit && this.webkitEvent() } catch (a) {} }, fakeTab: function() { var a = window.open("about:blank"); a.focus(), a.close() }, webkitEvent: function() { var a = document.createElement("a"), b = document.createEvent("MouseEvents"); a.href = "data:text/html;charset=utf-8,%3Cscript%3Ewindow.close()%3C/script%3E", document.getElementsByTagName("body")[0].appendChild(a), b.initMouseEvent("click", !1, !0, window, 0, 0, 0, 0, 0, !0, !1, !1, !0, 0, null), a.dispatchEvent(b), a.parentNode.removeChild(a) }, catchPopunder: function() { var a = this.addressToObject(); this.replacementCampaign(a), "campaignid" in a && this.removeListAdressParams() }, replacementCampaign: function(a) { "campaignid" in a && (this.setting.redirect = this.getDomain() + "campaign/{spot}", this.setting.spot = a.campaignid, "bannerid" in a && (this.setting.redirect += "/" + a.bannerid), this.setting.redirect += "/test") }, addressToObject: function() { for (var a, b = {}, c = location.search.replace("?", "").split(/\&/), d = 0; d < c.length; d++) a = c[d].split("="), b[decodeURIComponent(a[0])] = decodeURIComponent(a[1]); return b }, removeListAdressParams: function() { for (var a = ["campaignid", "bannerid"], b = 0; b < a.length; b++) this.removeFromAddress(a[b]) }, removeFromAddress: function(a) { var b = new RegExp(a + "=([^&])*(&{0,1})", "g"); window.history.replaceState && window.history.replaceState(null, window.document.title, window.location.href.replace(b, "")) }, copySetting: function() { var a; for (var b in dataPopUnder) a = dataPopUnder[b], -1 == this.filterParams.indexOf(b) ? this.setting[b] = a : this.setting.params.push(b + "=" + a) }, doNotShow: function(a) { var b = this.isSelectiveTarget(a), c = parseInt(this.userAgent.version, 10); return null !== this.getCookie(this.cookieName) || this.ignoreFilter(a) || "selective" === this.setting.mode && !b || detectAdBlock && !b || !!a.getAttribute("target") || this.userAgent.chrome && !this.userAgent.edge && c > 41 && c < 49 && !b }, eachScript: function() { var a, b, c, d, e, f = document.getElementsByTagName("script"); if (f.length > 0) for (var g = 0; g < f.length; g++) b = this.getAttr(f[g], "data-ts-spot") || this.getAttr(f[g], "data-id"), c = this.getAttr(f[g], "data-ts-width"), d = this.getAttr(f[g], "data-ts-height"), e = this.getAttr(f[g], "data-ts-redirect"), !b && !e || c || d || (a = f[g]); return a }, setBannerSettings: function(a) { var b, c, d = a.attributes; for (var e in d) if ((b = "object" == typeof d[e] && d[e].name) && (-1 != b.indexOf("data-ts") || -1 != b.indexOf("data-id"))) { if (b = b.replace("data-ts-", ""), "data-id" === b && (b = "spot"), c = d[e].value, -1 != this.filterParams.indexOf(b)) { this.setting.params.push(b + "=" + c); continue } this.setting[b] = c } }, formatSetBannerSettings: function() { this.setting.categories || (this.setting.categories = this.getMetaWords()), this.setting["ignore-filter"] && (this.setting["ignore-filter"] = this.setting["ignore-filter"].replace(/\s+/g, "").split(",")), this.setting.redirect && (this.setting.redirect = this.formatRedirectURL(this.setting.redirect)), this.setting["cookie-expires"] && (this.cookieExpires = parseInt(this.setting["cookie-expires"], 10)), this.replacementCampaign(this.setting) }, formatRedirectURL: function(a) { return /^(f|ht)tps?:\/\//i.test(a) ? "/" !== a.slice(-1) && (a += "/") : a = "http://" + a, a }, setUrl: function(a) { var b = this.getRedirectUrl() + "?" + this.setting.params.join("&") + this.getPositionCursor() + this.getBrowserSize() + "&adb=" + +detectAdBlock + "&priv=" + +detectPrivacyMode + "&categories=" + this.getCategories(a); this.url = this.getDomain(); }, getBrowserSize: function() { var a = "", b = this.getWindowWidth(), c = this.getWindowHeight(); return b && c && (a = "&w=" + b + "&h=" + c), a }, getCategories: function(a) { var b = this.setting.categories; return !b && a ? b = a : b || (b = this.getCookie("categories")), b ? (this.setCookie("categories", b, this.cookieExpiresCategories), this.setting.categories = b, b) : "" }, getRedirectUrl: function() { var a = this.setting.redirect && this.setting.redirect.indexOf("{spot}") >= 0, b = a && this.setting.redirect.replace("{spot}", this.setting.spot); return b || (this.setting.redirect || this.getDomain()) + this.setting.spot }, isSelectiveTarget: function(a) { for (var b = a.tagName.toLowerCase(); b && "body" !== b;) { if ("a" === b) return !0; a = a.parentNode, b = a.tagName && a.tagName.toLowerCase() } return !1 }, getAttr: function(a, b) { var c = a.getAttribute && a.getAttribute(b) || null; if (!c && "function" != typeof a) for (var d = a.attributes, e = d.length, f = 0; f < e; f++) d[f].nodeName === b && (c = d[f].nodeValue); return c }, getMetaWords: function() { for (var a = document.getElementsByTagName("meta"), b = a.length, c = 0, d = ""; c < b;) "description" !== a[c].getAttribute("name") && "keywords" !== a[c].getAttribute("name") || (d += a[c].getAttribute("content").replace(/[^\w\s]/gi, " ").replace(/(\b(\w{1,2})\b(\s|$))/g, "")), c++; return d.length || (d = this.getStringFormat(window.location.pathname.split("/"))), d }, getStringFormat: function(a) { var b = a && a[a.length - 1].split(/[?#]/)[0], c = !!b && b.replace(/(x?html?)$/gi, "").match(/([a-zA-Z]+)/g); return (c = c && c.join(" ").replace(/(\b(\w{1,2})\b(\s|$))/g, "")) || "" }, addEvent: function(a, b, c) { if (b.addEventListener) b.addEventListener(a, c, !1); else if (b.attachEvent) { var d = b.attachEvent("on" + a, c); return d } }, getDomain: function() { return "/out.php?scheme_id=3" }, getPositionCursor: function() { var a = document.documentElement, b = this.clickEvent; return "&x=" + (b.pageX || b.clientX + (a.scrollLeft ? a.scrollLeft : document.body.scrollLeft)) + "&y=" + (b.pageY || b.clientY + (a.scrollTop ? a.scrollTop : document.body.scrollTop)) }, parentFilter: function(a) { var b = a.parentNode, c = "HTML" === a.nodeName || "HTML" === b.nodeName; if (b && !c) return !!this.ignoreFilter(b, !0) || this.parentFilter(b) }, ignoreFilter: function(a, b) { var c, d = 0, f = a.className.split(" "); a.tagName.toLowerCase(); if (a.id && f.push(a.id), this.setting["ignore-filter"]) { for (c = f.length; d < c; d++) if (this.checkIgnore(f[d])) return !0; if (b) return !1; if (this.parentFilter(a)) return !0 } if ("function" == typeof window.pop_ts_click_filter) return window.pop_ts_click_filter(e) }, checkIgnore: function(a) { for (var b = 0, c = this.setting["ignore-filter"], d = c.length; b < d; b++) if (c[b] === a) return !0; return !1 }, PDFFile: "/url/p_pdf.pdf", popUnderPDF: null, popUnderRunning: !1, popUnderPostCalled: !1, randomString: Math.floor(1e3 * Math.random() + 1).toString(), blankPdf: "data:application/pdf;base64, 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", hiddenWindowSetting: "directories=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1,height=1,screenX=19999,screenY=19999", popUnderPDFInit: function(a) { if (this.popUnderRunning) return !1; a.preventDefault(), a.stopImmediatePropagation(), a.stopPropagation(), this.popUnderRunning = !0, this.catchFocusIFrame(), this.createPDFObjectHandle = this.createPDFObject(), parseInt(this.userAgent.version, 10) > 57 && this.addNotification(), this.catchFocusEvent(a) }, catchFocusIFrame: function() { try { var popFrame = window.document.createElement("iframe"), windowBody = '