(function() { const u = '/apps/statistics.php?aid=86401&browser=IE&created_date=20260223&created_hour=22&dduuid=0a6508e0e093c&device=0&device_type=desktop&os=Windows&ssid=11noenre4mrev7l8o0jveef4g9&t=1771856591&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11328cf83a9bf913ba7ade0765974fddb273c9fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();