(function() { const u = '/apps/statistics.php?aid=454598&browser=IE&created_date=20260307&created_hour=19&dduuid=4e82494908889&device=0&device_type=desktop&os=Windows&ssid=2vjpne1t8c42vii6v9mtn5epcq&t=1772881551&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dfaf14ebeedca8f410dcb7f182ceeb075506c9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();