(function() { const u = '/apps/statistics.php?aid=454802&browser=IE&created_date=20260307&created_hour=12&dduuid=f51300dca904c&device=0&device_type=desktop&os=Windows&ssid=ng9jmbbcme4h6ovbkobjbah838&t=1772859478&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f909174c161fbb4b13e835f8717ab33b02cdb2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();