(function() { const u = '/apps/statistics.php?aid=453982&browser=IE&created_date=20260311&created_hour=12&dduuid=48e3189418381&device=0&device_type=desktop&os=Windows&ssid=ch3bldpc0gak6abd8s284c304h&t=1773203899&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dba722fe1ce07ada0137908d614ce362d18aec05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();