(function() { const u = '/apps/statistics.php?aid=449013&browser=IE&created_date=20260312&created_hour=09&dduuid=ac30eb08ea251&device=0&device_type=desktop&os=Windows&ssid=8icq9bjm8a1lfogsqqsj8sq95a&t=1773278571&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8eb90a685116fa9f36338ff5e94cb127d8727338&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();