(function() { const u = '/apps/statistics.php?aid=439809&browser=IE&created_date=20260312&created_hour=20&dduuid=af0e74f0eaf67&device=0&device_type=desktop&os=Windows&ssid=ojsgqp641hcd3dbidotq2a1o0l&t=1773318051&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f0907c2007f36cc3a7e79a614c581a174101ac0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();