(function() { const u = '/apps/statistics.php?aid=443882&browser=IE&created_date=20251220&created_hour=11&dduuid=871550daab030&device=0&device_type=desktop&os=Windows&ssid=6d42dd4nibll5n4m62lof3p9lp&t=1766200637&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13100e3552630a32908454d5bb4310528e1fb371&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();