(function() { const u = '/apps/statistics.php?aid=12080&browser=IE&created_date=20260122&created_hour=11&dduuid=7933c43d45960&device=0&device_type=desktop&os=Windows&ssid=0f17ttjsqo60qohhuknp0ak6pd&t=1769053959&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f17bdafd5e6d70994c00f53f8cbb953188505b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();