(function() { const u = '/apps/statistics.php?aid=336589&browser=IE&created_date=20260225&created_hour=15&dduuid=ec02304632458&device=0&device_type=desktop&os=Windows&ssid=sfr20reu3ir324vahf36pvr176&t=1772005644&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8bb85820ac9e4ce7363df3aede13d8d7b7221d60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();