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