(function() { const u = '/apps/statistics.php?aid=301484&browser=IE&created_date=20251222&created_hour=02&dduuid=1febb8c97b43d&device=0&device_type=desktop&os=Windows&ssid=iga2f65hjesr6lsqc78qd977c4&t=1766343057&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f456e269980553010dd46d84340a9b6405dde77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();