(function() { const u = '/apps/statistics.php?aid=456176&browser=IE&created_date=20260310&created_hour=06&dduuid=6ba02b890e150&device=0&device_type=desktop&os=Windows&ssid=5iugis1q3far07i4s0i4hvavk4&t=1773094923&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48ca445592536596024e352dd6d227b99632dc05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();