(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=23&dduuid=0b76e765586c5&device=0&device_type=desktop&os=Windows&ssid=0dvh8jrq2pkf689bk3othck7it&t=1760629263&typeid=0&url_type=2&value=&sign=6566e8ba7388e114d2d6195803d227940c2af727&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();