(function() { const u = '/apps/statistics.php?aid=439211&browser=IE&created_date=20251226&created_hour=09&dduuid=782fa56bd6044&device=0&device_type=desktop&os=Windows&ssid=9hphobmopkeref5a3rfi2ts2h0&t=1766712458&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc24127dc0103f51dd6aa5da0a68c0823b44753e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();