(function() { const u = '/apps/statistics.php?aid=21456&browser=IE&created_date=20260305&created_hour=07&dduuid=04dd89cce8fa3&device=0&device_type=desktop&os=Windows&ssid=kcit4jpitfra34ifthbt1u58oo&t=1772666408&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fd16f5934c00aebdd45151e6fd6fcc92ed8338a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();