(function() { const u = '/apps/statistics.php?aid=453959&browser=IE&created_date=20260311&created_hour=05&dduuid=ac7f4c6a4295a&device=0&device_type=desktop&os=Windows&ssid=m1jn3gros0tqdrk67tjmf4iolm&t=1773177113&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d176af7b33ae750fe00aa8b0b31e4a5acb4d235b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();