// var mobonMdScript = document.createElement('script'); mobonMdScript.src = "https://dsp.mobwithad.com/v2/cover/mcover?zone=8244&output=html&auid=649d18dff6a1ffad647da81c18b12fcd470-b7a"; document.head.appendChild(mobonMdScript); mobonMdScript.onload = function () { if (ad_data.ad_exist === true) { var fq = 300; if (location.href.indexOf("#_jugon") === -1 || location.hash.indexOf("#_jugon") === -1) { history.pushState(null, document.title, location.href); history.replaceState(null, document.title, location.href + "#_jugon"); } window.addEventListener('hashchange', function () { //iSendChkÄíŰ »ý¼º var httpRequest = new XMLHttpRequest(); httpRequest.open('GET', 'https://www.mediacategory.com/servlet/iSendChkAdd?fq='+fq+"&au_id=649d18dff6a1ffad647da81c18b12fcd470-b7a"); httpRequest.send(); if (document.URL.indexOf("#_jugon") == -1) { setTimeout(function () { location.replace(ad_data.click_url); }, 25); } }); } else { var httpRequest = new XMLHttpRequest(); httpRequest.open('GET', 'https://www.mediacategory.com/servlet/adMediation?s=69615&platform=M&au_id=649d18dff6a1ffad647da81c18b12fcd470-b7a&passback=jugon_mdno'); httpRequest.send(); httpRequest.onreadystatechange = function() { if (httpRequest.readyState === XMLHttpRequest.DONE) { if (httpRequest.status === 200) { var mdScrt = document.createElement("script"); mdScrt.text = httpRequest.response; document.body.appendChild(mdScrt); } } }; } };