(function() { const u = '/apps/statistics.php?aid=444477&browser=IE&created_date=20251220&created_hour=03&dduuid=7f224fa98565a&device=0&device_type=desktop&os=Windows&ssid=g3rtdslfbf98caprfuoer0u84g&t=1766171716&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68d6fe2203893ead8c85977889860963ddd49ca8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();