(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260310&created_hour=11&dduuid=00d7af37d8879&device=0&device_type=desktop&os=Windows&ssid=corvir1e4l50ce3mgrm1a2icm9&t=1773112128&typeid=23&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a6ebb2fc14ab4c216cda126f2d2fd2d81bdc7576&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();