(function() { const u = '/apps/statistics.php?aid=308042&browser=IE&created_date=20260311&created_hour=19&dduuid=193ed890be60a&device=0&device_type=desktop&os=Windows&ssid=nc6jthkv6ee2agp4au565l7bbt&t=1773229518&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2026daac713e61986abf7b37e0f74783b4fa05a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();