(function() { const u = '/apps/statistics.php?aid=421717&browser=IE&created_date=20260310&created_hour=13&dduuid=883054a64362b&device=0&device_type=desktop&os=Windows&ssid=47nsv3iga63u64ld8io40hp5kv&t=1773120145&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ba3a88415301c6187ffcaa0e63feb81ec11e934&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();