(function() { const u = '/apps/statistics.php?aid=366150&browser=IE&created_date=20260305&created_hour=23&dduuid=02dd4e7c4b7ae&device=0&device_type=desktop&os=Windows&ssid=9a12o0hr7ffnr53socj88q2bja&t=1772725042&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b8614e00bb8eef84ad97d05bfcd586c395eac13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();