(function() { const u = '/apps/statistics.php?aid=455039&browser=IE&created_date=20260312&created_hour=08&dduuid=bef00f9f87921&device=0&device_type=desktop&os=Windows&ssid=6k4k4g0jdpcs8df4kniqhf6r7v&t=1773275694&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4685d6e8b8dfb632ea31a4d53a7a0c5f45cbaa73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();