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