(function() { const u = '/apps/statistics.php?aid=440048&browser=IE&created_date=20251216&created_hour=12&dduuid=6e2a8e845c072&device=0&device_type=desktop&os=Windows&ssid=4o3anmsoufh3f4rkklhi19ofnu&t=1765859564&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4aa70b9d424ab454978106b80e5f952709c2a0fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();