(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251207&created_hour=15&dduuid=ffc72b35aaac9&device=0&device_type=desktop&os=Windows&ssid=qrlmbg709j0uv3hr3rta8fc4es&t=1765094321&typeid=12&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5f2af44f8affff3b1df40d877d5b6e7001e0926&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();