(function() { const u = '/apps/statistics.php?aid=432294&browser=IE&created_date=20251229&created_hour=04&dduuid=5c03315a0f01d&device=0&device_type=desktop&os=Windows&ssid=6558ih3te4irrhp0bu2c78r9g5&t=1766953860&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48fb721a707ca7faa9a7428bd6c914c298334b41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();