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