(function() { const u = '/apps/statistics.php?aid=167077&browser=IE&created_date=20260310&created_hour=12&dduuid=55a5e92366dbd&device=0&device_type=desktop&os=Windows&ssid=1r8uaa0n4qncfcfteqn56h89qb&t=1773118085&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e9472ab205b067d32d490abe8e47198d7e02aa3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();