(function() { const u = '/apps/statistics.php?aid=427905&browser=IE&created_date=20260122&created_hour=15&dduuid=601af5f208a0a&device=0&device_type=desktop&os=Windows&ssid=3foufi139vq7u7h2igb1r9c1s0&t=1769068394&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6eeb21f6cf54c4741efa22f354b7ecfddc3827b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();