(function() { const u = '/apps/statistics.php?aid=404411&browser=IE&created_date=20260307&created_hour=12&dduuid=b8eab354d3e55&device=0&device_type=desktop&os=Windows&ssid=84d6dmr4ro9ghhh22g12kveili&t=1772859514&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ffd833fa158b9e8bb39bd38ca5df747d69488a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();