(function() { const u = '/apps/statistics.php?aid=406963&browser=IE&created_date=20260123&created_hour=09&dduuid=ae6d30eba11fc&device=0&device_type=desktop&os=Windows&ssid=68qb55lrk75t84giq3aoqng9fv&t=1769133283&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=497fd25b0115b7d67735ccd7439fe99a85c0f7ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();