(function() { const u = '/apps/statistics.php?aid=57800&browser=IE&created_date=20260227&created_hour=15&dduuid=2642b6ff2cac4&device=0&device_type=desktop&os=Windows&ssid=59ib5ulobr2nsvq5l128a43gno&t=1772177316&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=170125682890d6bafa6adc164898dd701310dcb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();