(function() { const u = '/apps/statistics.php?aid=454499&browser=IE&created_date=20260308&created_hour=19&dduuid=23483f7f57a67&device=0&device_type=desktop&os=Windows&ssid=ncn9s7hjnuh261cb7bvqlchp0o&t=1772968289&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb3a484b02440f0430e55fde4ecf2be901e3ffdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();