(function() { const u = '/apps/statistics.php?aid=437734&browser=IE&created_date=20260315&created_hour=20&dduuid=513e71189e9d9&device=0&device_type=desktop&os=Windows&ssid=dg843cb7vtmo54r02rf44mhsg2&t=1773577795&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b4b0176fa0ee153fcdef22a80bfa36ccc846075&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();