(function() { const u = '/apps/statistics.php?aid=372860&browser=IE&created_date=20260311&created_hour=15&dduuid=359e9c9629298&device=0&device_type=desktop&os=Windows&ssid=ge3p12v57eq7336k9flc1muhdo&t=1773212883&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eb4811a0a2b9f03bb6ef56e517dac560678d186&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();