(function() { const u = '/apps/statistics.php?aid=441807&browser=IE&created_date=20251211&created_hour=19&dduuid=a4214f032c9e5&device=0&device_type=desktop&os=Windows&ssid=15be38jhd0lo9nb590447e9066&t=1765453923&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a62f6f946fd8f8d054508246235c37fdf870677f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();