(function() { const u = '/apps/statistics.php?aid=207271&browser=IE&created_date=20260114&created_hour=15&dduuid=85e1da42cadbc&device=0&device_type=desktop&os=Windows&ssid=k4s0rrkr16caieemb3qd4ihkjm&t=1768377470&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca118275986cc0323f49f888855557f9f0800f7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();