(function() { const u = '/apps/statistics.php?aid=443877&browser=IE&created_date=20260223&created_hour=10&dduuid=b43c72dbb9c49&device=0&device_type=desktop&os=Windows&ssid=q1ulfs2uff25abk3lnc9h8o50o&t=1771812259&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a17edb5244dee5093eed7249131d05ccb138436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();