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