(function() { const u = '/apps/statistics.php?aid=454376&browser=IE&created_date=20260223&created_hour=23&dduuid=c70a22fc34e52&device=0&device_type=desktop&os=Windows&ssid=qb0o42tp9phlmvnnf8n001m7lj&t=1771861858&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cbdc38918e5b81e5d16bb4e2bbfe50226b122f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();