(function() { const u = '/apps/statistics.php?aid=444867&browser=IE&created_date=20251221&created_hour=10&dduuid=4b5890be0a866&device=0&device_type=desktop&os=Windows&ssid=o9h1as4rtm9i60bi9evafahghr&t=1766282673&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57fe772d378059817b1af223a2ec9b371ce36ba9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();