(function() { const u = '/apps/statistics.php?aid=434421&browser=IE&created_date=20260315&created_hour=23&dduuid=de8a21d2be993&device=0&device_type=desktop&os=Windows&ssid=fea3beikfige6745ak3app53gt&t=1773588399&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=943440096946fee232865b62fa7be4307b85ef0c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();