(function() { const u = '/apps/statistics.php?aid=433632&browser=IE&created_date=20260102&created_hour=22&dduuid=60e9b542c3e92&device=0&device_type=desktop&os=Windows&ssid=cd2crq6elc60f15vt23189qg4p&t=1767365656&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d86763c735f50d0eda1f110389a08700d901c896&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();