(function() { const u = '/apps/statistics.php?aid=422460&browser=IE&created_date=20260131&created_hour=08&dduuid=a577a144a04ea&device=0&device_type=desktop&os=Windows&ssid=lcd06eno2e7uqf5c6oseot0g6o&t=1769818310&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90f273fc5afd48b53143eec727cbb7417c90ca9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();