(function() { const u = '/apps/statistics.php?aid=407107&browser=IE&created_date=20260306&created_hour=09&dduuid=461cfdb3f614a&device=0&device_type=desktop&os=Windows&ssid=5ge6mcsrpr0snmn4tq3nfnsdhn&t=1772761293&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=029faa4e7e5462a363c4718832cdcf4357ae7e13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();