(function() { const u = '/apps/statistics.php?aid=431200&browser=IE&created_date=20260116&created_hour=12&dduuid=148be58f4346d&device=0&device_type=desktop&os=Windows&ssid=1lr8qsppvn1eonj863s8bn7clv&t=1768536367&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56e7aca70976834c9c597dbfdf0ed2ffc26eb469&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();