(function() { const u = '/apps/statistics.php?aid=455390&browser=IE&created_date=20260310&created_hour=13&dduuid=6719051e21ebd&device=0&device_type=desktop&os=Windows&ssid=0h4fcsn9a92963n9s3ek6eqsa7&t=1773121807&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a07f70f32726969e2d80202b3dfb20e739786a39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();