(function() { const u = '/apps/statistics.php?aid=445754&browser=IE&created_date=20260123&created_hour=16&dduuid=2f5dc86f63350&device=0&device_type=desktop&os=Windows&ssid=db3i040qo8oh5njahon8klp3mt&t=1769158723&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e73cd43102585345f4e8ed1a2c45354d28ae1e0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();