(function() { const u = '/apps/statistics.php?aid=440765&browser=IE&created_date=20260224&created_hour=09&dduuid=3b7fac7d52acc&device=0&device_type=desktop&os=Windows&ssid=hanu5nmk6204ige0l56si06mo2&t=1771897620&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64023afd2b1cadde1221d94f7374293329f83b71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();