(function() { const u = '/apps/statistics.php?aid=213672&browser=IE&created_date=20260312&created_hour=15&dduuid=d5078696b883c&device=0&device_type=desktop&os=Windows&ssid=kfqijrheefrcuqkdp5749i15rd&t=1773301664&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a4f99768be4301195ea9be363b69300a490c0e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();