(function() { const u = '/apps/statistics.php?aid=385210&browser=IE&created_date=20260311&created_hour=08&dduuid=036c7c68c7726&device=0&device_type=desktop&os=Windows&ssid=jl5fhp7llur3p69jd841ol4ss1&t=1773187657&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a58e297cd6e23ece7db215654061ba81103494a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();