(function() { const u = '/apps/statistics.php?aid=439652&browser=IE&created_date=20260315&created_hour=08&dduuid=596f22cb661ee&device=0&device_type=desktop&os=Windows&ssid=fr1g6ufvks24n6dkt5em69me86&t=1773535898&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fff67c506c0b3a471721e63c604b322279292929&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();