(function() { const u = '/apps/statistics.php?aid=405954&browser=IE&created_date=20251222&created_hour=08&dduuid=c6e0c07301366&device=0&device_type=desktop&os=Windows&ssid=i3de4np1c3mfd1orhmeomd3ur9&t=1766361853&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=497f816a5712529fcf2e0a1c99831cc5552d8b1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();