(function() { const u = '/apps/statistics.php?aid=113208&browser=IE&created_date=20260308&created_hour=15&dduuid=b3e26449f9cc7&device=0&device_type=desktop&os=Windows&ssid=jcb1fj026fajag1gs16t1i6cp3&t=1772954270&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97b82fa249d59db4cd701bb232fe488499f67dfa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();