(function() { const u = '/apps/statistics.php?aid=431769&browser=IE&created_date=20260115&created_hour=18&dduuid=e8ab58568ce98&device=0&device_type=desktop&os=Windows&ssid=1h7f9v3so055q2n7j6vb8ks3oo&t=1768472731&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51ae1304cf47ed78eb58d1f3817725273b0fec71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();