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