(function() { const u = '/apps/statistics.php?aid=416090&browser=IE&created_date=20260310&created_hour=09&dduuid=2775f1cec0733&device=0&device_type=desktop&os=Windows&ssid=dlmqu9hq0a082csa8ug3b387m5&t=1773106871&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41772925dda0c31685d5a731cef829d9e3f7e20c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();