(function() { const u = '/apps/statistics.php?aid=130&browser=IE&created_date=20260224&created_hour=22&dduuid=d2e4b0b9283f2&device=0&device_type=desktop&os=Windows&ssid=9uvegp58bfn0hbq4842b81ip07&t=1771942647&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88154ae78282e01e95b076fc67dec5de4b4001ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();