(function() { const u = '/apps/statistics.php?aid=441931&browser=IE&created_date=20260306&created_hour=02&dduuid=5126fbb86bf73&device=0&device_type=desktop&os=Windows&ssid=f6arm593dl28v06b670fgg4miv&t=1772734050&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19bc2bdedf39ec9ed307054126af4c2d96dbb08d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();