(function() { const u = '/apps/statistics.php?aid=453923&browser=IE&created_date=20260226&created_hour=10&dduuid=80093dbab8e32&device=0&device_type=desktop&os=Windows&ssid=vp7gv625tvs58mqc2pu5t4ki01&t=1772074014&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbc614e9df7e0e60c4f126667ffcade6d3fbea9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();