(function() { const u = '/apps/statistics.php?aid=213739&browser=IE&created_date=20260308&created_hour=00&dduuid=b9e46f60ee09e&device=0&device_type=desktop&os=Windows&ssid=10vsptc6l9tmdub0hu1drti7dn&t=1772900935&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=deade02d93ed93cf7ff0cc7de7b08f983774a61b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();