(function() { const u = '/apps/statistics.php?aid=405455&browser=IE&created_date=20251222&created_hour=11&dduuid=fa4bb3f17ed13&device=0&device_type=desktop&os=Windows&ssid=ijqn00b7n63qtge2h6qn6err1s&t=1766374344&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffc337c85610f97420ff209bbaccda12ae619ed5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();