(function() { const u = '/apps/statistics.php?aid=10&browser=IE&created_date=20260223&created_hour=17&dduuid=7c1e07d23f825&device=0&device_type=desktop&os=Windows&ssid=voe89apbj6gjo0potqkal55o9e&t=1771840666&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cb6093bbda2f7266e70073089fd5aea0dc1a120&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();