(function() { const u = '/apps/statistics.php?aid=448440&browser=IE&created_date=20260226&created_hour=08&dduuid=e65ef4e2501bd&device=0&device_type=desktop&os=Windows&ssid=0hshefb5b59lfh1051oi7qf9uo&t=1772064347&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f5a86ff55e3ae387a04f3aa660e91f8c0a7b95f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();