(function() { const u = '/apps/statistics.php?aid=87560&browser=IE&created_date=20260124&created_hour=00&dduuid=9b439594e6392&device=0&device_type=desktop&os=Windows&ssid=0io6eugmo35vg71l4kmb5qobcm&t=1769184650&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a556c8889b184247a95c93c64a5f3222e222e66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();