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