// AdserverX (function () { if (window.googletag !== undefined) { var src_url = "https://adx.c.appier.net/pb/0wHT9JDiP3SORJx/pb.bid?acid=QLGIix0TDsiCxARM-IzsZg&haid=WtM9feNH&hzids=WhzTm9Op,HUVi9M-f,WUuTHFOp,Ha9J9M--,WUuTHIOp,WtAo930Q,WtAi930Q,Ha959M--"; 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); } } })();