(function() { const u = '/apps/statistics.php?aid=445683&browser=IE&created_date=20260304&created_hour=15&dduuid=87d6eaca80875&device=0&device_type=desktop&os=Windows&ssid=jdllrck9o176o5ea9ukb9cp59h&t=1772610419&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f0382b5aad055a1decb07da5ccaeeb8018f150e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();