(function() { const u = '/apps/statistics.php?aid=207386&browser=IE&created_date=20260114&created_hour=06&dduuid=65761d5468503&device=0&device_type=desktop&os=Windows&ssid=f6iam0mc1h3domii6rsrirl8ig&t=1768345098&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45977f9936d4cf195011be2abef3e7e4c5f3b4ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();