(function() { const u = '/apps/statistics.php?aid=81632&browser=IE&created_date=20260308&created_hour=04&dduuid=bdc26f7cd258e&device=0&device_type=desktop&os=Windows&ssid=krjcrnficpvehtfhn4e2r2qcg8&t=1772915717&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4477c396332c992ec30851ac0998aabd9ed53450&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();