(function() { const u = '/apps/statistics.php?aid=4338&browser=IE&created_date=20260224&created_hour=09&dduuid=c90ac8d118760&device=0&device_type=desktop&os=Windows&ssid=5acbqhlmt0b007b4riqi8m3d7m&t=1771895410&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b99ddd3d29af0d605409e9f240c1488ecb672c1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();