(function() { const u = '/apps/statistics.php?aid=346364&browser=IE&created_date=20260102&created_hour=17&dduuid=bfb3650d93b9c&device=0&device_type=desktop&os=Windows&ssid=ibm64f39ibsms8gcfsahq1hf6r&t=1767345135&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f34e076623eb145c4a8079aa10d58e8cb38184b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();