(function() { const u = '/apps/statistics.php?aid=449066&browser=IE&created_date=20260226&created_hour=00&dduuid=a5997a2e9704c&device=0&device_type=desktop&os=Windows&ssid=l7ub0jqhmsick5m59gr148jtbp&t=1772036470&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d9402a98948591b39946d9dc887a44b1da25f4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();