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