(function() { const u = '/apps/statistics.php?aid=363121&browser=IE&created_date=20260310&created_hour=20&dduuid=c7a2e30920a6b&device=0&device_type=desktop&os=Windows&ssid=vm9io8ou5m95o3dvr8hnft17q3&t=1773147175&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e6321817148b22ae4d153350f65ce49057215e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();