(function() { const u = '/apps/statistics.php?aid=444276&browser=IE&created_date=20251221&created_hour=09&dduuid=757a679cd55ba&device=0&device_type=desktop&os=Windows&ssid=th8epf1nn6ft2m0mjp3e60ei0l&t=1766281350&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b76db68d47b7f6668e47d8a9d14af1e967b476a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();