(function() { const u = '/apps/statistics.php?aid=452402&browser=IE&created_date=20260224&created_hour=23&dduuid=1cfc396de1e29&device=0&device_type=desktop&os=Windows&ssid=p9qdlh64oooo8hcgf6nt3odf3n&t=1771946268&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3b7895c61f202e7e3dd72832e4ef53c7948f2fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();