(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=12&dduuid=abea402bb2f10&device=0&device_type=desktop&os=Windows&ssid=bj7g4q38md6s22r7linbl9hbfg&t=1773118033&typeid=6&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64fb6cef7c6ad112e2f0db78833aa14e28aa993f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();