(function() { const u = '/apps/statistics.php?aid=455450&browser=IE&created_date=20260305&created_hour=20&dduuid=26d27a2d536c1&device=0&device_type=desktop&os=Windows&ssid=722vhm2v28s3s2r16fk2he7mc4&t=1772712772&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc7b157272dec10700e4b19e46fcc1747b3d58f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();