(function() { const u = '/apps/statistics.php?aid=451872&browser=IE&created_date=20260312&created_hour=15&dduuid=df445c9cb7e89&device=0&device_type=desktop&os=Windows&ssid=2daj7h0os4q1oioos23a8v9djr&t=1773301477&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3221f677446c1d6dc1a92f357c8a2258fd1a886b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();