(function() { const u = '/apps/statistics.php?aid=104508&browser=IE&created_date=20260201&created_hour=03&dduuid=e63514e6b9d7f&device=0&device_type=desktop&os=Windows&ssid=5p1berou7lsuq94qk8n2lls4ik&t=1769886014&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dc73e9bdd530015505468263d3d70457cbb6288&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();