(function() { const u = '/apps/statistics.php?aid=127&browser=IE&created_date=20260313&created_hour=21&dduuid=7e655b65db451&device=0&device_type=desktop&os=Windows&ssid=ceovbfepgp032m2dmkbu2o49l2&t=1773407737&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=65d13edfc0d41cd7c18d0bd38915d0a2e4871ff9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();