(function() { const u = '/apps/statistics.php?aid=21407&browser=IE&created_date=20260305&created_hour=07&dduuid=4e962475f3d37&device=0&device_type=desktop&os=Windows&ssid=bj26230qjp6c7f1lnckkvon97i&t=1772667341&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=106c96d4b5a55e4280b08c9b66beef34978904e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();