(function() { const u = '/apps/statistics.php?aid=406044&browser=IE&created_date=20260315&created_hour=02&dduuid=1c21bbbf8abab&device=0&device_type=desktop&os=Windows&ssid=j3t6fs1sdasq8jhn7nn0pmggeg&t=1773511418&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4be9483774923b86917878117481e70d81edc4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();