(function() { const u = '/apps/statistics.php?aid=444322&browser=IE&created_date=20251219&created_hour=01&dduuid=d79e7ed46cd5f&device=0&device_type=desktop&os=Windows&ssid=5apc5ci4bhcj48456ami2k4742&t=1766078761&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f511ab5f0f95265345fd5e7f4161391d3c31412&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();