(function() { const u = '/apps/statistics.php?aid=439580&browser=IE&created_date=20251126&created_hour=07&dduuid=c61f5c334fe24&device=0&device_type=desktop&os=Windows&ssid=1svvev84gs49agu3i5h3oimidk&t=1764112405&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0cc6d0a707fc60422add29de185bba5549727da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();