(function() { const u = '/apps/statistics.php?aid=141293&browser=IE&created_date=20260304&created_hour=20&dduuid=cc1976a5dc640&device=0&device_type=desktop&os=Windows&ssid=7u3mt8rhronnr32g3hotkiom7n&t=1772629127&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=282137a1655d693294bb903f1937d52e5545625b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();