(function() { const u = '/apps/statistics.php?aid=449157&browser=IE&created_date=20260112&created_hour=19&dduuid=78723a9fceb6c&device=0&device_type=desktop&os=Windows&ssid=0g1cd1itc97871ouagqefpn5um&t=1768216639&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60c50d54eab74a6a8896b3d2f64693de7a299a21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();