(function() { const u = '/apps/statistics.php?aid=455550&browser=IE&created_date=20260304&created_hour=17&dduuid=977d41d1c26af&device=0&device_type=desktop&os=Windows&ssid=1b5aprqt7q4qesmki6qu238hpo&t=1772614806&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b755ab6c08d38c5195a7ce7f6a19846b77fafa5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();