(function() { const u = '/apps/statistics.php?aid=14403&browser=IE&created_date=20260224&created_hour=07&dduuid=87c488c65d33a&device=0&device_type=desktop&os=Windows&ssid=eh9o7ng744ss58t0efjh5uosde&t=1771890384&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd3d409037a79c2db7eb46b24a1d3332b73a9030&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();