(function() { const u = '/apps/statistics.php?aid=453837&browser=IE&created_date=20260305&created_hour=16&dduuid=93d56070a5487&device=0&device_type=desktop&os=Windows&ssid=gsp7tagpfdbvvj22njm6df0n70&t=1772700688&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efcd7c6a6468bd1e0c592831fcd558b1cbdca4f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();