(function() { const u = '/apps/statistics.php?aid=257411&browser=IE&created_date=20260316&created_hour=08&dduuid=cfd2f3e1eeb00&device=0&device_type=desktop&os=Windows&ssid=aj9s658uosf8egrnhq0pccufre&t=1773621505&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02a941e95a9cd1c79fe2c08ff8b27969e790cbdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();