(function() { const u = '/apps/statistics.php?aid=449458&browser=IE&created_date=20260312&created_hour=22&dduuid=a1529219a055b&device=0&device_type=desktop&os=Windows&ssid=55q5lho7r264tm4j3akhvad9rp&t=1773326211&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0df75f442727509e36a021c80fc95ffe30ea31a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();