(function() { const u = '/apps/statistics.php?aid=343239&browser=IE&created_date=20260313&created_hour=14&dduuid=89d40c945458e&device=0&device_type=desktop&os=Windows&ssid=kh5hummmd0c97p2gvnb5s211rr&t=1773383166&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3999ea5909f7e1537e125eb2c4c7f6cb7fcb6e7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();