(function() { const u = '/apps/statistics.php?aid=336587&browser=IE&created_date=20260313&created_hour=02&dduuid=2e210138f18e4&device=0&device_type=desktop&os=Windows&ssid=c8f3ko4vvlfgagun3dbtkoiqcu&t=1773340257&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42931b63fbc8d78f84116cd54edd89f9817a4b07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();