(function() { const u = '/apps/statistics.php?aid=454575&browser=IE&created_date=20260223&created_hour=18&dduuid=baa525514e029&device=0&device_type=desktop&os=Windows&ssid=9jgr68g4c0r0l3kscfpb0603ea&t=1771840971&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ce45a7b0023cf571564722022218a26e2992ae4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();