(function() { const u = '/apps/statistics.php?aid=345834&browser=IE&created_date=20251220&created_hour=17&dduuid=8bde83ab3bc77&device=0&device_type=desktop&os=Windows&ssid=c7prlvr814tgl1i9qbpfvg4m0g&t=1766224548&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09e7f9ccbf9962fadcd488f16f335ef3793bcd7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();