(function() { const u = '/apps/statistics.php?aid=71067&browser=IE&created_date=20260227&created_hour=13&dduuid=cd2cdee455ee3&device=0&device_type=desktop&os=Windows&ssid=nf4cptof0eh23i1fnq94i9ickr&t=1772170511&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca90d2ee36c3fb49a831126078b5646861dca24e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();