(function() { const u = '/apps/statistics.php?aid=450708&browser=IE&created_date=20260313&created_hour=10&dduuid=35f862751f505&device=0&device_type=desktop&os=Windows&ssid=l0a7s29ikl3v1ned7d2g526p5v&t=1773368182&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2597c42cb08cd09e0d01bd5481ef47aacce5122c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();