(function() { const u = '/apps/statistics.php?aid=385210&browser=IE&created_date=20260305&created_hour=08&dduuid=2f5a7234a64e6&device=0&device_type=desktop&os=Windows&ssid=92d46f88o6i86g0nnsb49p3fed&t=1772669028&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddff42622709226877d0343da7e50a7272c199f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();