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