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