(function() { const u = '/apps/statistics.php?aid=454186&browser=IE&created_date=20260224&created_hour=07&dduuid=7870fa20836b0&device=0&device_type=desktop&os=Windows&ssid=5tsaafj0av03ujlhsomqbuu4od&t=1771890684&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3758a52d564f3b67f9fd3e5adbe8823913a64ffe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();