(function() { const u = '/apps/statistics.php?aid=424413&browser=IE&created_date=20260128&created_hour=09&dduuid=0463104d7a469&device=0&device_type=desktop&os=Windows&ssid=22vnrep00ck30838tq0622ui32&t=1769564774&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d39b05555f2cacfacc79508df367fbe3a87ad539&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();