(function() { const u = '/apps/statistics.php?aid=451406&browser=IE&created_date=20260311&created_hour=14&dduuid=163d367f54506&device=0&device_type=desktop&os=Windows&ssid=ss6hh738pr33rt7s7q61ahqm8s&t=1773209296&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7120751b73661abdb1765f3ebe3e7f55538d8f2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();