(function() { const u = '/apps/statistics.php?aid=457352&browser=IE&created_date=20260307&created_hour=05&dduuid=694214b836d9b&device=0&device_type=desktop&os=Windows&ssid=3erbc0nkhvnavhi1nddq5jjp6h&t=1772834302&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99eb372ed723abd9fc4e89a02d06cee8d9ad43fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();