(function() { const u = '/apps/statistics.php?aid=207682&browser=IE&created_date=20260108&created_hour=20&dduuid=a7e63d0effd7e&device=0&device_type=desktop&os=Windows&ssid=krpdhugi4ld63hk20aq62v822r&t=1767874962&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de74b21b022def1274efac7168b59603d6d9a710&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();