(function() { const u = '/apps/statistics.php?aid=402&browser=IE&created_date=20251216&created_hour=18&dduuid=b1a09d903e055&device=0&device_type=desktop&os=Windows&ssid=851b7sitr07t61uve16t7qho2i&t=1765879963&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a18a17ffdf999ac37f21899ca8160d29eac2928&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();