(function() { const u = '/apps/statistics.php?aid=403390&browser=IE&created_date=20260311&created_hour=12&dduuid=5703f044faa8e&device=0&device_type=desktop&os=Windows&ssid=bk8uvcoth44i04fe8uee1vhs85&t=1773204798&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e512ae9c23a9b2ed5bc7015e5727fdaba3b04b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();