(function() { const u = '/apps/statistics.php?aid=445357&browser=IE&created_date=20251224&created_hour=00&dduuid=ed47c0b94ffe4&device=0&device_type=desktop&os=Windows&ssid=tqa9gfr7no7td2ono4bslsu6an&t=1766507779&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cf0a0c644dd371a72189047e4173ecd35473d36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();