(function() { const u = '/apps/statistics.php?aid=456159&browser=IE&created_date=20260226&created_hour=00&dduuid=59ba68337af09&device=0&device_type=desktop&os=Windows&ssid=4adnp3qdn5dg4fo44tf9732e0t&t=1772038590&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b8d44736f3c05937a26df483e4e591339f9075e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();