(function() { const u = '/apps/statistics.php?aid=21094&browser=IE&created_date=20260122&created_hour=05&dduuid=82af19fbedd08&device=0&device_type=desktop&os=Windows&ssid=tf0i10629ujgcf53k18kehe0ip&t=1769032446&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9606feba19e609b3a1d0f9392c90d851e952e8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();