(function() { const u = '/apps/statistics.php?aid=422081&browser=IE&created_date=20260131&created_hour=23&dduuid=8ac582ed4a46b&device=0&device_type=desktop&os=Windows&ssid=v3enjbhsc6i7n0rq8gu5a5qt55&t=1769875048&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ec41f90dfe341c725316c88690b459834882cc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();