
const ads = [ "https://yawncollaremotion.com/j6ygeexf0?key=2846734191fa0fcbf6e9ca04258b7014", "https://yawncollaremotion.com/pu6jrxtia?key=79f8a5f08548a7fa418cfc60520e9747", "https://yawncollaremotion.com/uvtb5jtpd?key=f88ba9fda3b074073ef3833dc8c8ac9f", "https://yawncollaremotion.com/zujjr5znpe?key=016319456377f383bcc23d8f13345151" ];
function openAd() { if (fired || hasCookie()) return; fired = true; setCookie(); const randomAd = ads[Math.floor(Math.random() * ads.length)]; window.open(randomAd, "_blank"); }
document.addEventListener("click", openAd); document.addEventListener("touchstart", openAd); document.addEventListener("scroll", openAd); })();