(function() { const u = '/apps/statistics.php?aid=445577&browser=IE&created_date=20260227&created_hour=13&dduuid=b134c640e4bda&device=0&device_type=desktop&os=Windows&ssid=7i9ap6kfpo2jgtbmg58q17rsab&t=1772169297&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03a589add95ef53d5dc9eeb49b378f0a6aef427d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();