(function() { const u = '/apps/statistics.php?aid=20353&browser=IE&created_date=20260112&created_hour=09&dduuid=d3869620575c2&device=0&device_type=desktop&os=Windows&ssid=aa0f5uf3d42dg1arpdk4n87d2d&t=1768179889&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c00d2289fc7ce56bc2e9077ed267d057346e59e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();