(function() { const u = '/apps/statistics.php?aid=455405&browser=IE&created_date=20260310&created_hour=23&dduuid=a011388c6941d&device=0&device_type=desktop&os=Windows&ssid=s6648h6c2agb6q9b17il1727g4&t=1773156141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c70566ae27bf51f015a360824bea876c10837c6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();