(function() { const u = '/apps/statistics.php?aid=384209&browser=IE&created_date=20251220&created_hour=05&dduuid=6b8200d60ae7a&device=0&device_type=desktop&os=Windows&ssid=2sdld04hntpul9hm1t85uirem9&t=1766178501&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8feb95ad69c12cd4a808a95d82c9534fc0e91306&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();