(function() { const u = '/apps/statistics.php?aid=28209&browser=IE&created_date=20260304&created_hour=22&dduuid=4fb8fed0fad71&device=0&device_type=desktop&os=Windows&ssid=0ioqq64j74ffau04ummcmdetuv&t=1772632867&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27daf12d2882ba68c3c6ee3e4f71588f35346249&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();