(function() { const u = '/apps/statistics.php?aid=340232&browser=IE&created_date=20260228&created_hour=00&dduuid=12ae5ffd685ec&device=0&device_type=desktop&os=Windows&ssid=n6t413lrceqijmleifgo1n6m6f&t=1772210651&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e159231c08f151de6b6b0355162f96c64e76bd35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();