(function() { const u = '/apps/statistics.php?aid=445600&browser=IE&created_date=20251227&created_hour=05&dduuid=41810c1767f54&device=0&device_type=desktop&os=Windows&ssid=k40p3nlcftdao3fkf2krn6hndo&t=1766786299&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=518a92007e69b6934e4014a0a9f1e2b34cce77af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();