(function() { const u = '/apps/statistics.php?aid=414&browser=IE&created_date=20260310&created_hour=19&dduuid=c7c6c01adee46&device=0&device_type=desktop&os=Windows&ssid=k89cvvj1afu0vja3gpp1pg06jm&t=1773140544&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91dd3bf60806df76d082523d585ca9c911d818e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();