(function() { const u = '/apps/statistics.php?aid=446360&browser=IE&created_date=20260114&created_hour=13&dduuid=9279ff77c7a42&device=0&device_type=desktop&os=Windows&ssid=er9reevptp2gik9to78i516h8s&t=1768370007&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b799ef10578b8adf32912e3751853936e71c4da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();