(function() { const u = '/apps/statistics.php?aid=439837&browser=IE&created_date=20260305&created_hour=03&dduuid=cb756f3745ac0&device=0&device_type=desktop&os=Windows&ssid=40bn2mte7jog8l9np1tirj3lc9&t=1772651823&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50855d6d301673f895a7fafe5ddb168a50280912&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();