(function() { const u = '/apps/statistics.php?aid=384986&browser=IE&created_date=20260311&created_hour=05&dduuid=5a82e2511beea&device=0&device_type=desktop&os=Windows&ssid=cra53glk1n7a9of8veocfgdrbo&t=1773179471&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23f2c099d0ce284c2e6d796ec2508bd6b38ae48f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();