(function() { const u = '/apps/statistics.php?aid=206467&browser=IE&created_date=20251227&created_hour=06&dduuid=c9c8a945f48aa&device=0&device_type=desktop&os=Windows&ssid=s7d3j1aq7h9sist1ullg1rlp1q&t=1766789772&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d452204ba3a9cf5029936c3dda78dc738ddf008&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();