(function() { const u = '/apps/statistics.php?aid=75719&browser=IE&created_date=20260122&created_hour=09&dduuid=e002890d9a0a7&device=0&device_type=desktop&os=Windows&ssid=sr1es18m0mn8h72q39g2fu998t&t=1769045165&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7977f6457cfa15d0736b9b08ce27115b53fecfc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();