(function() { const u = '/apps/statistics.php?aid=405436&browser=IE&created_date=20251222&created_hour=13&dduuid=af2866b709e2d&device=0&device_type=desktop&os=Windows&ssid=jp7rdgjeuudtmqi907oelk063p&t=1766380664&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5af2ee0eba3be71d706f78c5f37eab491db3e318&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();