(function() { const u = '/apps/statistics.php?aid=812&browser=IE&created_date=20260315&created_hour=14&dduuid=c6fbbbb505342&device=0&device_type=desktop&os=Windows&ssid=606uvfvf9jbc0cqvok6nbhjghh&t=1773556618&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ede410d415ce87b4642df4f3990eb795f813626&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();