(function() { const u = '/apps/statistics.php?aid=12337&browser=IE&created_date=20260121&created_hour=09&dduuid=e3d57cd5b0c70&device=0&device_type=desktop&os=Windows&ssid=5i3lt7mvsklrpiop0i7f7qg185&t=1768960274&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45f2012b47600f8f89e0d0d36c520284857276bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();