(function() { const u = '/apps/statistics.php?aid=337954&browser=IE&created_date=20260225&created_hour=15&dduuid=a7ac2dfbf3a6d&device=0&device_type=desktop&os=Windows&ssid=2sn4qhgccu9hnchnfkladrtha2&t=1772004401&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ea9499602b5220ab302fe36bc175197428e2e64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();