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