(function() { const u = '/apps/statistics.php?aid=47122&browser=IE&created_date=20260228&created_hour=02&dduuid=6acab1a009a3c&device=0&device_type=desktop&os=Windows&ssid=1t3s9q5f5oltg29vp0af4nd2gl&t=1772215632&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6368997f6dcb62ee8b0b4c5771f046741a041654&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();