(function() { const u = '/apps/statistics.php?aid=452922&browser=IE&created_date=20260312&created_hour=05&dduuid=0d467efadd58e&device=0&device_type=desktop&os=Windows&ssid=0fti8gl1afa97pirdb49mva4fj&t=1773264512&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e33784778a3a064c1b88e6f4e8f1959f794af89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();