(function() { const u = '/apps/statistics.php?aid=21381&browser=IE&created_date=20260305&created_hour=07&dduuid=7fc1adb8587dc&device=0&device_type=desktop&os=Windows&ssid=ov644fjq9t1auif3uq44dl4u44&t=1772666810&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af3524e7bf7ee32fe1093e5d19187865dfc34ae5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();