(function() { const u = '/apps/statistics.php?aid=14883&browser=IE&created_date=20260119&created_hour=15&dduuid=c2e3ef4c07d4c&device=0&device_type=desktop&os=Windows&ssid=ilu9rm33vrq47q904sha0a14k2&t=1768806153&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06174dfff4a20da8e256bde19c36447fa0be1eb8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();