(function() { const u = '/apps/statistics.php?aid=389713&browser=IE&created_date=20260310&created_hour=20&dduuid=ac5a3e16c03b6&device=0&device_type=desktop&os=Windows&ssid=hcsnt3rpqvoeknrebla5cf7ul8&t=1773146796&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe67389b5124396a3ef5f43f3921f93def5f8f96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();