(function() { const u = '/apps/statistics.php?aid=449021&browser=IE&created_date=20260308&created_hour=00&dduuid=bdb45f034e37f&device=0&device_type=desktop&os=Windows&ssid=u546c936o1vnl51mm699b8v75o&t=1772902322&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21535839d25530a33b6648139f0801044ed8f7c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();