(function() { const u = '/apps/statistics.php?aid=449356&browser=IE&created_date=20260308&created_hour=10&dduuid=3cc70f534e4b0&device=0&device_type=desktop&os=Windows&ssid=csbgsd0qh4a45c69m8npq51bf3&t=1772938611&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d7cb8891c11e5243ada67386fc214ad5b62caa6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();