(function() { const u = '/apps/statistics.php?aid=363130&browser=IE&created_date=20260225&created_hour=04&dduuid=c8e5edb428814&device=0&device_type=desktop&os=Windows&ssid=o369e56b6m7d46itufl2m3rs4j&t=1771964477&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dd6e66bc381431b548d022aa33555eea1a291af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();