(function() { const u = '/apps/statistics.php?aid=440035&browser=IE&created_date=20251223&created_hour=07&dduuid=805d4714f95d4&device=0&device_type=desktop&os=Windows&ssid=bq5aml5l7vohoft334plf5l0l6&t=1766444635&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8183e48d1eedd58682b03298fb03b96fafb630fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();