(function() { const u = '/apps/statistics.php?aid=397709&browser=IE&created_date=20260304&created_hour=02&dduuid=f5e6b1f6d788c&device=0&device_type=desktop&os=Windows&ssid=7gbs3vnldfg0unvo7tefpb66nr&t=1772563260&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0a71a16eedd655297c3a8206e17a212d178a48f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();