(function() { const u = '/apps/statistics.php?aid=442257&browser=IE&created_date=20251210&created_hour=06&dduuid=93d5ff3cae310&device=0&device_type=desktop&os=Windows&ssid=09hfhp298ls51irbe6f1b7elt1&t=1765319759&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f9b7bf68134358ddb306269feb44803df93f684&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();