(function() { const u = '/apps/statistics.php?aid=35943&browser=IE&created_date=20260303&created_hour=18&dduuid=3d0c46c6dac8f&device=0&device_type=desktop&os=Windows&ssid=ji0cb7kdiqslpn854m7n6at0pp&t=1772535212&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e1fa04f7f45eabeede009068e1592f378fbef6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();