(function() { const u = '/apps/statistics.php?aid=451927&browser=IE&created_date=20260313&created_hour=01&dduuid=fda828f0651c1&device=0&device_type=desktop&os=Windows&ssid=a68n4bh6ankub1tu8vb17r9qio&t=1773334855&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16469e0b8e4a5ab3c6fb4858eaa627100a6ccf7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();