(function() { const u = '/apps/statistics.php?aid=275972&browser=IE&created_date=20260117&created_hour=14&dduuid=91ebde282e859&device=0&device_type=desktop&os=Windows&ssid=u4ordsnnjvms1i6t0tsbd69i0l&t=1768632707&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22f022964b773c55449707a59afa29e76e1b36e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();