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