(function() { const u = '/apps/statistics.php?aid=99038&browser=IE&created_date=20260223&created_hour=20&dduuid=e1cf75106b560&device=0&device_type=desktop&os=Windows&ssid=jb11pa1jfc7jmgj5fi5umcddl2&t=1771851495&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32ec5dfa9dbff6c7a9cc992d676337f990bc88c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();