(function() { const u = '/apps/statistics.php?aid=447009&browser=IE&created_date=20260123&created_hour=19&dduuid=8969983adf41f&device=0&device_type=desktop&os=Windows&ssid=gfhdjn4vhrc512ifulkbn78h6q&t=1769168997&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c27288e4c5a15dee934365fcda7cfe8ef883131&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();