(function() { const u = '/apps/statistics.php?aid=453423&browser=IE&created_date=20260311&created_hour=20&dduuid=9f9106eab012c&device=0&device_type=desktop&os=Windows&ssid=bu3f4r1p7l1dt58dmcsoe6t68n&t=1773233472&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b45e53c8ef92a6875cfa6d9cce35f29da20127f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();