(function() { const u = '/apps/statistics.php?aid=163557&browser=IE&created_date=20260304&created_hour=11&dduuid=34f2ed5a7e829&device=0&device_type=desktop&os=Windows&ssid=jteh8abesvo5herj7i6k8iacg1&t=1772594592&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b83e0599b6d45b72b8d460565c772108dc9c54bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();