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