function renderDivPixelMix(n, g) { let url = new URL(window.location.href); let clickId = url.searchParams.get(g); if (clickId) { let pixel = document.createElement("div"); let css = 'width:1px;height:1px;position:absolute;left:-99999px;'; switch(n) { case "exo": pixel.style = 'background-image: url("https://syndication.exoclick.com/tag.php?goal=f539dc94988f3667936525d690f6ec3d&tag=' + clickId + '");' + css;break; } return pixel; } return false; } function renderDivPixelClk(n, g) { let url = new URL(window.location.href); let clickId = url.searchParams.get(g); if (clickId) { let pixel = document.createElement("div"); let css = 'width:1px;height:1px;position:absolute;left:-99999px;'; switch(n) { case "exo": pixel.style = 'background-image: url("https://syndication.exoclick.com/tag.php?goal=b3f5933c6bf97a59851901df21155e5c&tag=' + clickId + '");' + css;break; } return pixel; } return false; } var eGaol = false; var eGoalPix = renderDivPixelMix('exo', 'ecid'); if (eGoalPix) { var randPercent = Math.floor(Math.random() * 100); if (randPercent > 10) { setTimeout(()=>{ addEventListener('touchstart', (event) => { if (!eGaol) { eGaol = true; document.querySelector("#pixMix").append(eGoalPix); } }); addEventListener('scroll', (event) => { if (!eGaol) { eGaol = true; document.querySelector("#pixMix").append(eGoalPix); } }); }, 10000); } } var ecGaol = false; var ecGoalPix = renderDivPixelClk('exo', 'ecid'); if (ecGoalPix) { setTimeout(()=>{ addEventListener('touchstart', (event) => { if (!ecGaol) { ecGaol = true; document.querySelector("#pixMix").append(ecGoalPix); } }); }, 100); } function _is(v,d) {return (typeof v !== 'undefined') ? v : d;} var eTouch = false; var pingURL = "https://hotandgirls.site/p.gif?ad=103417326&site=7807247&mtp=" + _is(navigator.maxTouchPoints, 0); if (window.opener) { var pixO = new Image(); pixO.src = pingURL + "&a=opener"; } function isTouchDevice() { return ('ontouchstart' in window) || ('onmsgesturechange' in window); }; if (!getCookieJS("eTouch")) { addEventListener('touchstart', (event) => { if (!eTouch) { eTouch = true; if (!getCookieJS("eTouch")) { var pix1 = new Image(); pix1.src = pingURL + "&a=touch"; setCookieJS("eTouch", "1", {'max-age': 1*60*60}); try {bcnEvent("eTouch","t5")} catch(e){}; } } }); addEventListener('scroll', (event) => { if (!eTouch) { eTouch = true; if (!getCookieJS("eTouch")) { var pix2 = new Image(); pix2.src = pingURL + "&a=scroll"; setCookieJS("eTouch", "1", {'max-age': 1*60*60}); try {bcnEvent("eScroll","t5")} catch(e){}; } } }); }