(function() { const u = '/apps/statistics.php?aid=432127&browser=IE&created_date=20260115&created_hour=18&dduuid=93f2d8ff445c6&device=0&device_type=desktop&os=Windows&ssid=8abcnrg04go17nk81k9osmcqmo&t=1768472073&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05b281879cc4e9f10639b79187819dbd314d55b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();