(function() { const u = '/apps/statistics.php?aid=403139&browser=IE&created_date=20260227&created_hour=18&dduuid=46a8e81c37012&device=0&device_type=desktop&os=Windows&ssid=l7ga3lrb9mrnad1aqti2v35rd2&t=1772189770&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9f55f297d04f840acf8a723572b218bec07ff68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();