(function() { const u = '/apps/statistics.php?aid=447021&browser=IE&created_date=20260113&created_hour=23&dduuid=27f445300631f&device=0&device_type=desktop&os=Windows&ssid=8qd1m6pcer6e59cslr0eqgvabe&t=1768317862&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30603dd2a4126fbea8ab62bcdb58c3e27abf34ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();