(() => { window.addEventListener('message', m => { if (m.origin === "https://embed.tapkat.org" && m.data.type === "tapkat:ready") { const p = window.location.search.match(/(?:\?|&)promo=([^&]+)(?:&|$)/); m.source.postMessage({ promo: p[1] }, "*"); } }, false); })()