(function() { const u = '/apps/statistics.php?aid=345864&browser=IE&created_date=20251220&created_hour=14&dduuid=8a9590362e437&device=0&device_type=desktop&os=Windows&ssid=cu6mv89sl33mf27vof5kh0ojnq&t=1766211887&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ad05e750e1ad4be254f3136bca0c949166b94ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();