(function() { const u = '/apps/statistics.php?aid=395140&browser=IE&created_date=20251129&created_hour=23&dduuid=2ab8c769b4c8b&device=0&device_type=desktop&os=Windows&ssid=o7ovo1s3qfspf86lk074mf208o&t=1764431198&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c892d3587215a8d9ce761fd61e014246860d582c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();