(function() { const u = '/apps/statistics.php?aid=412186&browser=IE&created_date=20260119&created_hour=23&dduuid=b0e4fe13d21e0&device=0&device_type=desktop&os=Windows&ssid=dg8s4mfoss4r407fa5htsn39q4&t=1768834976&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bcd568bda1d5938e350b1662200e0a0ff13f20a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();