(function() { const u = '/apps/statistics.php?aid=450626&browser=IE&created_date=20260307&created_hour=15&dduuid=dde389ac581f8&device=0&device_type=desktop&os=Windows&ssid=6tb1hd666ndgd2ldr3pto5fhj9&t=1772867174&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cccb4f1182df8662fc51b038b1b73b6f3e334c3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();