(function() { const u = '/apps/statistics.php?aid=404900&browser=IE&created_date=20260303&created_hour=17&dduuid=8f6ddde5f1770&device=0&device_type=desktop&os=Windows&ssid=9b81ahdtom43ekhlqab6ca5m61&t=1772528722&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2742be1398c3bd7f8a04aa1d226bde5863ddfcc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();