// AdserverX window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || []; (function () { if (window.googletag !== undefined) { var src_url = "https://adx.c.appier.net/pb/0wHT9JDiP3SORJx/pb.bid?acid=T4vviHteCr-G5wDFEdaOZg&haid=Wtu9feNo&hzids=Hhut9M-1,Hhuo9M-1,Hhu69M-1,HU9J9M-f,HhztWIOc,HhztWFOc,HUV6WFOc,HUV6H9Oc"; var script = document.createElement("script"); script.type = "text/javascript"; if (navigator?.userAgentData) { navigator.userAgentData.getHighEntropyValues([ "model", "platform", "platformVersion", ]).then((ua) => { high_entropy_values = new URLSearchParams({ model: ua.model, os: ua.platform, osv: ua.platformVersion }).toString(); script.src = src_url + "&" + high_entropy_values; document.getElementsByTagName("head")[0].appendChild(script); }); } else { script.src = src_url; document.getElementsByTagName("head")[0].appendChild(script); } } })();