(function() { const u = '/apps/statistics.php?aid=455373&browser=IE&created_date=20260303&created_hour=15&dduuid=0c5cbde850e73&device=0&device_type=desktop&os=Windows&ssid=6vhukk6ll4b6085jm0mu8gujnm&t=1772523978&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8701eee20925efbeb338907d979ebfa83b9cacfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();