(function() { const u = '/apps/statistics.php?aid=441817&browser=IE&created_date=20260308&created_hour=09&dduuid=8f7ba9d0a35a3&device=0&device_type=desktop&os=Windows&ssid=73l3qeuf3pgjvsi0q2jjblao9h&t=1772932343&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da843de55053c2a7fc0c1c755d09421650b88e4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();