(function() { const u = '/apps/statistics.php?aid=450165&browser=IE&created_date=20260225&created_hour=20&dduuid=3c75a381c72ef&device=0&device_type=desktop&os=Windows&ssid=1jat1vlbt9drjut1159166g5rm&t=1772022710&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6dd254328a87ad80bd5c55fa41e792be1cadfe66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();