(function() { const u = '/apps/statistics.php?aid=450867&browser=IE&created_date=20260122&created_hour=02&dduuid=b42dbf3d63fdb&device=0&device_type=desktop&os=Windows&ssid=15i3fn6j034i5790kokl9v27q0&t=1769021016&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4955f4dda3b6c425ab4f1c9ed53ad744487f5402&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();