(function() { const u = '/apps/statistics.php?aid=454869&browser=IE&created_date=20260304&created_hour=23&dduuid=257ce54d563cc&device=0&device_type=desktop&os=Windows&ssid=besq1hqp0kalf5dsg1gfffglri&t=1772637741&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=357dfab10ec2af63538ed8498819513d0b790f85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();