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