(function() { const u = '/apps/statistics.php?aid=430064&browser=IE&created_date=20260118&created_hour=11&dduuid=796a706c59d33&device=0&device_type=desktop&os=Windows&ssid=ob52is0pk1eg32cf1is895kmcr&t=1768707002&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6287eb2e63a31d06824660e2e40d7f8023dd68a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();