(function() { const u = '/apps/statistics.php?aid=439069&browser=IE&created_date=20260227&created_hour=22&dduuid=69409eae4042e&device=0&device_type=desktop&os=Windows&ssid=vcl5g6vmv6vfo6frjvi537bnhn&t=1772202765&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=24324274eb68fab5e8992bd0cbac332235d4247d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();