(function() { const u = '/apps/statistics.php?aid=442070&browser=IE&created_date=20260304&created_hour=17&dduuid=752e741df12b4&device=0&device_type=desktop&os=Windows&ssid=c25pgr74bf5g8ltfmh3lms8tek&t=1772618210&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df6a9a98c261fdd1199cda1a0b82dd99f21baaa4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();