(function() { const u = '/apps/statistics.php?aid=42797&browser=IE&created_date=20260304&created_hour=19&dduuid=4e902f61cec53&device=0&device_type=desktop&os=Windows&ssid=3lr2fcoa1t2f7n406o4r2k0vho&t=1772622861&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f4a226e8f4d287a6ef077bed1cebcb92be25e73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();