(function() { const u = '/apps/statistics.php?aid=449376&browser=IE&created_date=20260308&created_hour=09&dduuid=d422222633a0a&device=0&device_type=desktop&os=Windows&ssid=c03g8s4kl33qi11ae6qe9f18uo&t=1772933671&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08845da026dc55df043a93b635fe19f5cc965746&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();