(function() { const u = '/apps/statistics.php?aid=423709&browser=IE&created_date=20260224&created_hour=21&dduuid=d16686ad0bfdc&device=0&device_type=desktop&os=Windows&ssid=b7ttvpqhcvmrf5h804bd6lsnmn&t=1771940782&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d41a49cb2f79c03bd12b5413e34c6ce7ded17d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();