(function() { const u = '/apps/statistics.php?aid=372844&browser=IE&created_date=20260305&created_hour=14&dduuid=9362b5fcfe20b&device=0&device_type=desktop&os=Windows&ssid=iih6un9c4ge1k86p09797814hm&t=1772692987&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0885d91b602c2672b455d49df435771e8d3c6cad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();