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