(function() { const u = '/apps/statistics.php?aid=71067&browser=IE&created_date=20260122&created_hour=00&dduuid=18e45a3b83345&device=0&device_type=desktop&os=Windows&ssid=f36r7shu8m1mvqsmprktjsv63k&t=1769011234&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4e9c96358b66b87e191001f15fd5b6aae3ba21b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();