(function() { const u = '/apps/statistics.php?aid=442258&browser=IE&created_date=20251222&created_hour=13&dduuid=be45cecb87141&device=0&device_type=desktop&os=Windows&ssid=5ogrp8tlrr5b5k8ca7q6or6uji&t=1766380663&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7798665980b580ae240f85f4cd474f66ed7310b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();