(function() { const u = '/apps/statistics.php?aid=440019&browser=IE&created_date=20260312&created_hour=14&dduuid=4f81392be77b3&device=0&device_type=desktop&os=Windows&ssid=0h27h9vogh72l0mrh0v0e4fcr0&t=1773298352&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=406a00173d793d97d156bf2366ff0212988e1b44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();