(function() { const u = '/apps/statistics.php?aid=442528&browser=IE&created_date=20260307&created_hour=20&dduuid=54b0b2e5a4934&device=0&device_type=desktop&os=Windows&ssid=3570631m0mgi08cfomddbcganj&t=1772885995&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f901324714e34bb8fd5e93d7a82fe40bdf6823e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();