(function() { const u = '/apps/statistics.php?aid=455743&browser=IE&created_date=20260303&created_hour=15&dduuid=33335825a6853&device=0&device_type=desktop&os=Windows&ssid=qka6emu6g76s5t1b7dv3t467en&t=1772523983&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d63e9ba816a660b319e183f8fb2d5da05a982a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();