(function() { const u = '/apps/statistics.php?aid=324722&browser=IE&created_date=20260313&created_hour=22&dduuid=4ca7b62a6ee30&device=0&device_type=desktop&os=Windows&ssid=8dq8a0ber1vv3e4sd6nc2kj25d&t=1773411646&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=583062c901396f73604c9a5ad40faef2c53670f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();