(function() { const u = '/apps/statistics.php?aid=375462&browser=IE&created_date=20260224&created_hour=18&dduuid=da4f4e5e12f9e&device=0&device_type=desktop&os=Windows&ssid=ca4ih9gvcnet72kci3v941o9nd&t=1771929979&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a4c3e6e7249f4ed89cd608f2c423ec22d09c524&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();