(function() { const u = '/apps/statistics.php?aid=443746&browser=IE&created_date=20260223&created_hour=18&dduuid=90ae97d3b8087&device=0&device_type=desktop&os=Windows&ssid=t0oa82s6ckbti5nqnbhs34srlv&t=1771844370&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6a8d6e24baf4bc8daf49750e664c0cade130acf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();