(function() { const u = '/apps/statistics.php?aid=454364&browser=IE&created_date=20260224&created_hour=01&dduuid=3a23019c802d0&device=0&device_type=desktop&os=Windows&ssid=efs4bii9tk15o9plmgimg4dahr&t=1771866868&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bad88180985c3fc1185d61bdc2b30dfcaa393599&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();