(function() { const u = '/apps/statistics.php?aid=453112&browser=IE&created_date=20260312&created_hour=06&dduuid=7df6be4ee3bad&device=0&device_type=desktop&os=Windows&ssid=lk0vm75it8bndj00g9fhd0qcou&t=1773269030&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=443fd3d75933dc58cc18ce83783bc03a5ea0ae74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();