(function() { const u = '/apps/statistics.php?aid=443975&browser=IE&created_date=20260313&created_hour=14&dduuid=5efc1cc6330aa&device=0&device_type=desktop&os=Windows&ssid=d5fon540ne8qf2f40d4cb8faqa&t=1773384194&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=807f97aa6c5c4f90cfbbe7e4fcfb6136167aa015&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();