(function() { const u = '/apps/statistics.php?aid=360612&browser=IE&created_date=20251226&created_hour=17&dduuid=d5d869f69c0d4&device=0&device_type=desktop&os=Windows&ssid=42rlma9luiok7j08b0jmgpsa6i&t=1766742454&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89c5ae472e3b6e3d6f04fe90754c6069ecc2ddbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();