(function() { const u = '/apps/statistics.php?aid=455885&browser=IE&created_date=20260311&created_hour=01&dduuid=d65af17e1ddcb&device=0&device_type=desktop&os=Windows&ssid=tlr1gjhc6e66s37jp0knpqgvu5&t=1773165153&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71a9fe57c772ae8102e0740fa29c8d0d1a006dbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();