(function() { const u = '/apps/statistics.php?aid=324800&browser=IE&created_date=20260313&created_hour=18&dduuid=3c9b1e5bcc71d&device=0&device_type=desktop&os=Windows&ssid=2o1d591724mkb7d68endhuji9p&t=1773397478&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed893f40852599bc04a0f72b710ef3006e5b08f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();