(function() { const u = '/apps/statistics.php?aid=404522&browser=IE&created_date=20260125&created_hour=05&dduuid=9ae636d6070b4&device=0&device_type=desktop&os=Windows&ssid=v3aiovg5kq0k4sa01bg74odj69&t=1769289011&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ee848862b1b8e598f6aeca4eb6561e99c8ebdd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();