(function() { const u = '/apps/statistics.php?aid=459320&browser=IE&created_date=20260304&created_hour=23&dduuid=82c34100db1fe&device=0&device_type=desktop&os=Windows&ssid=oile04nci3cp1mfpaugivrs5p0&t=1772636751&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41eb6d4fed41a923c768d44007b0035829756c52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();