(function() { const u = '/apps/statistics.php?aid=445958&browser=IE&created_date=20260311&created_hour=22&dduuid=30ad068470019&device=0&device_type=desktop&os=Windows&ssid=5sn0voo0b8dgsrd91shk51494k&t=1773239838&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2d1e99837580e402f9534601c9883f9a50782e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();