(function() { const u = '/apps/statistics.php?aid=81632&browser=IE&created_date=20260303&created_hour=17&dduuid=666f8e13ed604&device=0&device_type=desktop&os=Windows&ssid=2k2u075t75pgm5ga6em8oi2r8t&t=1772528725&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d3cbb9179dfc04d25caf2f869d81e8de3620d1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();