(function() { const u = '/apps/statistics.php?aid=380597&browser=IE&created_date=20260123&created_hour=07&dduuid=67c11c8378482&device=0&device_type=desktop&os=Windows&ssid=gd9td3hiiab8a8e3biebi9e8fm&t=1769123697&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78f5a4f1c361e4b429423538439e14a5c19736b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();