(function() { const u = '/apps/statistics.php?aid=443043&browser=IE&created_date=20260310&created_hour=21&dduuid=dea2b6caa1f91&device=0&device_type=desktop&os=Windows&ssid=90e70ditrcvr2stnek4d2feuds&t=1773148437&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0b8e56a5117a5a9ceddddf2991eb8ae6979a596&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();