(function() { const u = '/apps/statistics.php?aid=448203&browser=IE&created_date=20260124&created_hour=20&dduuid=c58715e269bab&device=0&device_type=desktop&os=Windows&ssid=fsv8hcq1sruddan3qlerrt6arp&t=1769256478&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4c8efb9db873593c2875e39dbe330760609fd2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();