(function() { const u = '/apps/statistics.php?aid=412011&browser=IE&created_date=20260304&created_hour=11&dduuid=1a9a52ae32299&device=0&device_type=desktop&os=Windows&ssid=4npt41f50806gj0kdu5f7cuo3s&t=1772594667&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e86f21e70b5ca91d6582150ee850efb02fecdcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();