(function() { const u = '/apps/statistics.php?aid=397806&browser=IE&created_date=20251224&created_hour=02&dduuid=9a6cfda85e922&device=0&device_type=desktop&os=Windows&ssid=b0lp8pd8g1esif35efpnahmnbd&t=1766516103&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=645e313c230f637ad49733ef11fa2ffae19d05d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();