(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=06&dduuid=a7bba2b766768&device=0&device_type=desktop&os=Windows&ssid=8qhlifb1bjcmcmlkn6kqp8a83u&t=1772144847&typeid=17&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e656ef7f404ed250304f438ef966cb376db85d0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();