(function() { const u = '/apps/statistics.php?aid=291735&browser=IE&created_date=20260223&created_hour=17&dduuid=a5711c098f822&device=0&device_type=desktop&os=Windows&ssid=8gac0q87fo57rnnkogafpobr4j&t=1771839646&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f0b144df48e57229fa01713ea582317dec7a2f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();