(function() { const u = '/apps/statistics.php?aid=404754&browser=IE&created_date=20260311&created_hour=09&dduuid=3dffc8ad20e2f&device=0&device_type=desktop&os=Windows&ssid=i4l5emgavv46l9surfvu5hoe5h&t=1773192563&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=092e91cf3f500ca072ac9307063025572eadd8a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();