(function() { const u = '/apps/statistics.php?aid=453511&browser=IE&created_date=20260305&created_hour=03&dduuid=9acf7755cdd51&device=0&device_type=desktop&os=Windows&ssid=llsdkig9o0rdg1s909blo8l5r4&t=1772654177&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=358cf7a109122257058dfbdbc7f7734be4f7f4e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();