(function() { const u = '/apps/statistics.php?aid=453780&browser=IE&created_date=20260310&created_hour=14&dduuid=d46a90489a96f&device=0&device_type=desktop&os=Windows&ssid=9363tm4qco9ddtk9ufsb7e6456&t=1773123642&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c30188bda1dea0e9e066a00a06c26831d83a8fa5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();