(function() { const u = '/apps/statistics.php?aid=450705&browser=IE&created_date=20260307&created_hour=17&dduuid=4601f723b3f83&device=0&device_type=desktop&os=Windows&ssid=m96lpodsboie2rikg5e69pocep&t=1772874536&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc600ba55c87aa65dd5ec1d897c70e08b406f0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();