(function() { const u = '/apps/statistics.php?aid=391602&browser=IE&created_date=20260112&created_hour=23&dduuid=8dffcf460ac6c&device=0&device_type=desktop&os=Windows&ssid=ss5vn6stufab7809h04if6gmun&t=1768232960&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7eb678574f9d393441f9aa222704b773467376eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();