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