(function() { const u = '/apps/statistics.php?aid=404009&browser=IE&created_date=20260125&created_hour=08&dduuid=80eaa1d0a0de8&device=0&device_type=desktop&os=Windows&ssid=18uc20upmcn2t1a10eo8slhdmj&t=1769301873&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4990d76ec4f44de0f91acd3567b15e98c101a0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();