(function() { const u = '/apps/statistics.php?aid=449129&browser=IE&created_date=20260122&created_hour=21&dduuid=f236a16ee550e&device=0&device_type=desktop&os=Windows&ssid=7ps1llc1pkn1lbip8np68ovc97&t=1769088298&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e00dfc211b1c89cda3d51adeabc4933dc820e9e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();