(function() { const u = '/apps/statistics.php?aid=210319&browser=IE&created_date=20260223&created_hour=16&dduuid=7e8732af3af84&device=0&device_type=desktop&os=Windows&ssid=h91ifndlesm3btj8ns775h6051&t=1771834112&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=161b3f10cfd6f6f2adc46ccdf5e7cdb99ee099d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();