(function() { const u = '/apps/statistics.php?aid=451836&browser=IE&created_date=20260225&created_hour=04&dduuid=fed7d3a77d804&device=0&device_type=desktop&os=Windows&ssid=lpsd89apldr2s05n0qkfcogfaa&t=1771965822&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f92fcb2eaa4c5ac17044ef60e1c9389df29e07b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();