(function() { const u = '/apps/statistics.php?aid=12242&browser=IE&created_date=20260121&created_hour=21&dduuid=d2c0917830b61&device=0&device_type=desktop&os=Windows&ssid=0g9mk2e76l656fbc99ti0qvjks&t=1769003267&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8889923038131909710d0941bc223f413bcd27cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();