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