(function() { const u = '/apps/statistics.php?aid=454589&browser=IE&created_date=20260207&created_hour=00&dduuid=8e20449291ab6&device=0&device_type=desktop&os=Windows&ssid=3vq32sp1au1k91t08j1a7hmuo0&t=1770394664&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62d45d2b0530c697fcfda4f122659805f969df50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();