(function() { const u = '/apps/statistics.php?aid=452174&browser=IE&created_date=20260312&created_hour=13&dduuid=d1b5c4badf28c&device=0&device_type=desktop&os=Windows&ssid=90avf138n6uu04le3gisnkpoe6&t=1773294239&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d5d1b894696c6724a47c22634bfcf91cb5f87c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();