(function() { const u = '/apps/statistics.php?aid=453001&browser=IE&created_date=20260312&created_hour=00&dduuid=8d0dbe2cf3b21&device=0&device_type=desktop&os=Windows&ssid=5an1rq62112oct52mka463l8bj&t=1773246435&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fcf2b78415e2687680dab317af568ad9b18205b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();