(function() { const u = '/apps/statistics.php?aid=266038&browser=IE&created_date=20260118&created_hour=14&dduuid=d98f2a1e24173&device=0&device_type=desktop&os=Windows&ssid=6123gectcfeueogfh4rhr17d0s&t=1768718485&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58479c073693a3133202296042d973693a43388c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();