(function() { const u = '/apps/statistics.php?aid=428769&browser=IE&created_date=20251220&created_hour=12&dduuid=07340f7dbf7c7&device=0&device_type=desktop&os=Windows&ssid=78phe2ftvq1lh6fnma1o3mis3j&t=1766206579&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26e98139d3e444c08280f1ed03c48088eec25958&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();