(function() { const u = '/apps/statistics.php?aid=401&browser=IE&created_date=20260111&created_hour=06&dduuid=8ebd301d72f25&device=0&device_type=desktop&os=Windows&ssid=s5h9pmj4rhqe62bcreqti890dm&t=1768084416&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad60e25b477e755a54f1349760e6a1562f4752ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();