(function() { const u = '/apps/statistics.php?aid=389716&browser=IE&created_date=20260310&created_hour=19&dduuid=e08aa22681e75&device=0&device_type=desktop&os=Windows&ssid=05p02ur0uuhgv828dsh0880524&t=1773143292&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f59837a48437735d8d05dd4d4f6073153cc8b04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();