(function() { const u = '/apps/statistics.php?aid=172577&browser=IE&created_date=20260310&created_hour=12&dduuid=950ca1c9228b1&device=0&device_type=desktop&os=Windows&ssid=lq12f7tlrb7dd32lugt5s4sq96&t=1773118098&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac1a045a1868b0bf4e9b8ce0026088ff7663f410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();