(function() { const u = '/apps/statistics.php?aid=322339&browser=IE&created_date=20260307&created_hour=17&dduuid=464ea0f809aa6&device=0&device_type=desktop&os=Windows&ssid=uvor94q7okgi8sprogm62bid1r&t=1772874591&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4c4867771a0c18a56f5008d7acde5c34de51086&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();