(function() { const u = '/apps/statistics.php?aid=236396&browser=IE&created_date=20260122&created_hour=06&dduuid=4e6291d63cc65&device=0&device_type=desktop&os=Windows&ssid=9u1ntccfh1f6jc75l6ea57cs2r&t=1769032949&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=563db009f138224272489133a52b40dcf2bea110&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();