(function() { const u = '/apps/statistics.php?aid=442427&browser=IE&created_date=20260304&created_hour=18&dduuid=0ded4c614e850&device=0&device_type=desktop&os=Windows&ssid=6p13pf9kpnggcqo16arnqafc6r&t=1772621631&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d958a6b301c19f17c08a38289023c36cec52e4e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();