(function() { const u = '/apps/statistics.php?aid=399944&browser=IE&created_date=20260308&created_hour=09&dduuid=820ae392712a7&device=0&device_type=desktop&os=Windows&ssid=2nlappu9viqg9n1gfs1ddi8qbd&t=1772934117&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5ae1b653ecd675b1782d1fc1de709e29d350547&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();