(function() { const u = '/apps/statistics.php?aid=363142&browser=IE&created_date=20260312&created_hour=06&dduuid=8de801015e334&device=0&device_type=desktop&os=Windows&ssid=ugi5c1e2mdh43qheguhnqqcilp&t=1773269305&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab84b066081b763826fd0c3b40e84dbf01f84a98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();