(function() { const u = '/apps/statistics.php?aid=455204&browser=IE&created_date=20260223&created_hour=19&dduuid=b2266d831a8b8&device=0&device_type=desktop&os=Windows&ssid=1qr72lj1hn6dg0h0bqbspa4tto&t=1771846483&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ddc9cf22660062c945fefb046d29b15e04332b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();