(function() { const u = '/apps/statistics.php?aid=386447&browser=IE&created_date=20260324&created_hour=08&dduuid=44953e1da8b96&device=0&device_type=desktop&os=Windows&ssid=2ba8ek9lfrbueagoa6f1fvq0ra&t=1774313589&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e8c1a8ae8ce53b648e86fcd5a94c598f833b35f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();