(function() { const u = '/apps/statistics.php?aid=314015&browser=IE&created_date=20251222&created_hour=01&dduuid=b7882988c17ba&device=0&device_type=desktop&os=Windows&ssid=9c6ir2lhmm9isgnlhmvoc4b3ru&t=1766336898&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bd7aa626405ef830baa0f2d91a50748f697f435e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();