(function() { const u = '/apps/statistics.php?aid=345818&browser=IE&created_date=20251220&created_hour=20&dduuid=99c4215abf656&device=0&device_type=desktop&os=Windows&ssid=d2sb8o4bfcn8dpo4lvr2te4t8s&t=1766232244&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9c0086c703bc81f63ed27d05113fa31e6c618ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();