(function() { const u = '/apps/statistics.php?aid=89267&browser=IE&created_date=20260117&created_hour=04&dduuid=766d81a4f60e4&device=0&device_type=desktop&os=Windows&ssid=1ds0t1a7f7vj0o5fv3dnflkoq4&t=1768594218&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6e720854048e929498aae5dc3f14d2b590543aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();