(function() { const u = '/apps/statistics.php?aid=291747&browser=IE&created_date=20260223&created_hour=16&dduuid=9b84eb144302d&device=0&device_type=desktop&os=Windows&ssid=0a57dgm8oa5bo2nklqqh8tu2jn&t=1771834222&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff9cbfa0feb113efb6caa92f6ab8ac59ce549753&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();