(function() { const u = '/apps/statistics.php?aid=448345&browser=IE&created_date=20260310&created_hour=06&dduuid=812d7704d10bd&device=0&device_type=desktop&os=Windows&ssid=8j2iaebrn8migcooktsee1n2rd&t=1773096285&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4653ce68ded1333d87fa1eb7fa9d3494fcb2b36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();