(function() { const u = '/apps/statistics.php?aid=424846&browser=IE&created_date=20251207&created_hour=22&dduuid=1c4ac751f08ab&device=0&device_type=desktop&os=Windows&ssid=ehc3hl2q54nkr5lj0rcsd2l07o&t=1765118176&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc48716157bbe7e92c7e68b9c8654d475f2944ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();