(function() { const u = '/apps/statistics.php?aid=450947&browser=IE&created_date=20260311&created_hour=19&dduuid=a4f037528bbd0&device=0&device_type=desktop&os=Windows&ssid=bp1c9qi0i2ppj290ijhg762tgi&t=1773228025&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7980e781d38aaa7e608fec3d56c56059d104ea6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();