(function() { const u = '/apps/statistics.php?aid=400&browser=IE&created_date=20260122&created_hour=06&dduuid=8a2cdc364cb24&device=0&device_type=desktop&os=Windows&ssid=iaboe2g8mnisulnn6sddlomq5h&t=1769032954&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5357db14058d549652f63cbf920311eb767c78cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();