(function() { const u = '/apps/statistics.php?aid=324836&browser=IE&created_date=20260113&created_hour=22&dduuid=f7c125dba4522&device=0&device_type=desktop&os=Windows&ssid=erm07a1us9rc2vdno2l2djuh46&t=1768315935&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=697d472f7b07611543457f815af360f182b6a730&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();