(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260303&created_hour=10&dduuid=970e9ad3097b4&device=0&device_type=desktop&os=Windows&ssid=aqkfmjg1pfb9636c9a7671mep0&t=1772503732&typeid=1&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddc457dbb36e1ec4b180430769e5163b0fc7918b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();