(function() { const u = '/apps/statistics.php?aid=400010&browser=IE&created_date=20260308&created_hour=04&dduuid=9c74766aa05f8&device=0&device_type=desktop&os=Windows&ssid=pl2gg7u3i69e16mke64up0u8kp&t=1772916570&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7334a7f33a47e3c554a7d53fecff08c32db27b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();