(function() { const u = '/apps/statistics.php?aid=444928&browser=IE&created_date=20251220&created_hour=20&dduuid=aef8c8b728a39&device=0&device_type=desktop&os=Windows&ssid=n9mjdmm8qltg254jqvm0ctfqe8&t=1766234012&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10ee1b060a4f1825832f09a74979aa03ac155480&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();