(function() { const u = '/apps/statistics.php?aid=432708&browser=IE&created_date=20260114&created_hour=05&dduuid=2ee483cd3a6b9&device=0&device_type=desktop&os=Windows&ssid=20mvb3ibeg6bgnutvh3uq3kvd2&t=1768338509&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e72d59010f27c4dba77d55636521696759e8cd31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();