(function() { const u = '/apps/statistics.php?aid=440899&browser=IE&created_date=20260311&created_hour=09&dduuid=2c60b4e7950ca&device=0&device_type=desktop&os=Windows&ssid=sl5hpg54ulr04k2bfc3sksr73t&t=1773191335&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4d6c9e724e995bdeb1513800811a13fc8f0fee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();