(function() { const u = '/apps/statistics.php?aid=455627&browser=IE&created_date=20260305&created_hour=10&dduuid=69663bdbf9c68&device=0&device_type=desktop&os=Windows&ssid=eb7ijnn0k4frs02nbf3vns2aup&t=1772676076&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=959e3fa3a33de9651e1b103a126b820645f5440b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();