(function() { const u = '/apps/statistics.php?aid=460188&browser=IE&created_date=20260310&created_hour=19&dduuid=dc0a94055b6ff&device=0&device_type=desktop&os=Windows&ssid=2i3jpph7qvm5fjeq3qi5qnqgge&t=1773143408&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff0e99155dc7c986bdde313ecc4ba1fd49b6fc76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();