(function() { const u = '/apps/statistics.php?aid=141295&browser=IE&created_date=20260125&created_hour=12&dduuid=07ed04975158a&device=0&device_type=desktop&os=Windows&ssid=iqr0abg7u3gd27kp7lkaof329d&t=1769316403&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=267ac837c52f9c69b73f19622fdd6b197127bbdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();