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