(function() { const u = '/apps/statistics.php?aid=372836&browser=IE&created_date=20251220&created_hour=14&dduuid=6aceb7bf3798c&device=0&device_type=desktop&os=Windows&ssid=66vbfqmrsklfjirk4iqdtkhd1j&t=1766213473&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ed66f1deb621ed245824f524278f85cf3fcf521&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();