(function() { const u = '/apps/statistics.php?aid=234388&browser=IE&created_date=20260122&created_hour=13&dduuid=6df37993f18df&device=0&device_type=desktop&os=Windows&ssid=201ubnli8llcgtps03i6uvggj8&t=1769059800&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a282e3e0018eda61a2bf414924d9e64d7599bf0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();