(function() { const u = '/apps/statistics.php?aid=435247&browser=IE&created_date=20260101&created_hour=03&dduuid=e02ffdf19cdb8&device=0&device_type=desktop&os=Windows&ssid=b9hile3g9uei6nfpl240uo81mc&t=1767209772&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2f5c368c9edd21510b069f43e63f9623d5a9c8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();