(function() { const u = '/apps/statistics.php?aid=455904&browser=IE&created_date=20260311&created_hour=01&dduuid=f76a61e9f30e3&device=0&device_type=desktop&os=Windows&ssid=lvb8phvjdv75vbbajqcs0arilg&t=1773165176&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a2d79170850ce3003be2b8b70a9d7c8d910da40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();