(function() { const u = '/apps/statistics.php?aid=417268&browser=IE&created_date=20260117&created_hour=14&dduuid=bf9fedb45c581&device=0&device_type=desktop&os=Windows&ssid=8osdqr48gmt0al5a3ec6nka4hg&t=1768631795&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38157d0e773ad37cb0181f90c00d54a79c57478f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();