(function() { const u = '/apps/statistics.php?aid=97173&browser=IE&created_date=20260315&created_hour=19&dduuid=51c921b4e2399&device=0&device_type=desktop&os=Windows&ssid=udb7opugj4lhf4niq0vfkt0ts0&t=1773574264&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecc2d070fc01c5b6f7fad405776400cbcaa5d402&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();