(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251215&created_hour=22&dduuid=0516fc3c52fe9&device=0&device_type=desktop&os=Windows&ssid=l054po70evaiv0e17ms0k820rr&t=1765808050&typeid=5&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68ebfcff40302a35b13eafb835936fc307550f52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();