(function() { const u = '/apps/statistics.php?aid=455623&browser=IE&created_date=20260305&created_hour=11&dduuid=c0947f909634c&device=0&device_type=desktop&os=Windows&ssid=qkff20mvhul8q4034gqb3s09d1&t=1772681686&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a75254ca67c5e0c017641a1a655140b2f0397b9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();