(function() { const u = '/apps/statistics.php?aid=454933&browser=IE&created_date=20260306&created_hour=18&dduuid=82f7e9b76f8be&device=0&device_type=desktop&os=Windows&ssid=b7d6prlou6h44j46ton5l0nhi4&t=1772792360&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21e7b219c736414e047e6fb4da38ea59c4585c4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();