(function() { const u = '/apps/statistics.php?aid=33960&browser=IE&created_date=20260224&created_hour=11&dduuid=bd63f63801dce&device=0&device_type=desktop&os=Windows&ssid=ip2hvfvnb4qavoj1ma0oio268s&t=1771905141&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad643331034c9f6dcba56af69f201a798d040683&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();