(function() { const u = '/apps/statistics.php?aid=431224&browser=IE&created_date=20260116&created_hour=09&dduuid=249b1c72f6c39&device=0&device_type=desktop&os=Windows&ssid=mnrql6i9osmit7182eciedt7nd&t=1768528707&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a087d3c3b3e57f9c818cf9f50cf14f5d13c8187c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();