(function() { const u = '/apps/statistics.php?aid=207120&browser=IE&created_date=20251224&created_hour=16&dduuid=0bf8501bbc5e4&device=0&device_type=desktop&os=Windows&ssid=od8c1umgqagongjv8bp1gcht60&t=1766566340&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=482f6abbf1b613db3212150ad7f16b6e9a9e1b35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();