(function() { const u = '/apps/statistics.php?aid=453965&browser=IE&created_date=20260224&created_hour=05&dduuid=1024fb177122f&device=0&device_type=desktop&os=Windows&ssid=qo9corqq87h67egrmsj7loc51j&t=1771881093&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19840e297c63a6595d4d822e6065a00abcfb56f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();