(function() { const u = '/apps/statistics.php?aid=444431&browser=IE&created_date=20260313&created_hour=09&dduuid=b81d36709cdaa&device=0&device_type=desktop&os=Windows&ssid=53ukqo4ib1iqi2afb4efvg95fn&t=1773364599&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97eb9db1730cca9c291b508243e681db243383fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();