(function() { const u = '/apps/statistics.php?aid=208201&browser=IE&created_date=20260101&created_hour=21&dduuid=99b3f6fe2a90e&device=0&device_type=desktop&os=Windows&ssid=c9iv00333qk9s37rv5a115rq8a&t=1767275463&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f89aef00e6041161228f871e33258ce4b310e31b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();