(function() { const u = '/apps/statistics.php?aid=453842&browser=IE&created_date=20260224&created_hour=03&dduuid=b7a8e6260b65c&device=0&device_type=desktop&os=Windows&ssid=0eanucsglob6t1flu588itma5f&t=1771876559&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1792b91f70619bf41c608efad820e74be26cc0dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();