(function() { const u = '/apps/statistics.php?aid=455685&browser=IE&created_date=20260304&created_hour=11&dduuid=cbb5d8e8ac573&device=0&device_type=desktop&os=Windows&ssid=bv48fo6r9a6u4qtl4dq2pvrs0n&t=1772594557&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c22206d7a0d553dfec768878fe5e91c3b12dceee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();