(function() { const u = '/apps/statistics.php?aid=454813&browser=IE&created_date=20260311&created_hour=07&dduuid=5aa2fbe4b1a56&device=0&device_type=desktop&os=Windows&ssid=vt7uip33gll8sn7glrltto3ajf&t=1773183883&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8a3e6300eb28f9875b8d1884eb874d7c150cda7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();