(function() { const u = '/apps/statistics.php?aid=449331&browser=IE&created_date=20260226&created_hour=10&dduuid=7f1623f98fd74&device=0&device_type=desktop&os=Windows&ssid=33l1milgm3lnp9bvejtjo9pmkd&t=1772071764&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07c6f93ff249e31b0d5dbd3acd1a2cae823db5dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();