(function() { const u = '/apps/statistics.php?aid=395888&browser=IE&created_date=20260131&created_hour=21&dduuid=cf614b0b16c00&device=0&device_type=desktop&os=Windows&ssid=9j8lsrg110gbcsu51845a20r72&t=1769867618&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a49bd26e323901522af3281492c40478aa84beb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();