(function() { const u = '/apps/statistics.php?aid=366907&browser=IE&created_date=20260305&created_hour=22&dduuid=a2c3712ba1241&device=0&device_type=desktop&os=Windows&ssid=21ao0ulglrs7ic1rul5ltusd9q&t=1772720591&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f18caf705911d96e453204954ea6f009dc2159d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();