(function() { const u = '/apps/statistics.php?aid=404995&browser=IE&created_date=20260225&created_hour=14&dduuid=6f2fc81a210a6&device=0&device_type=desktop&os=Windows&ssid=5at17brglont46ma2hnii3kh4r&t=1772000696&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a540bb281ae0a105d6622a77a4179d04f1f8e722&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();