(function() { const u = '/apps/statistics.php?aid=444196&browser=IE&created_date=20251219&created_hour=01&dduuid=08a3944d0fedc&device=0&device_type=desktop&os=Windows&ssid=ecge9d5rdi05h9ip1n30tpvus0&t=1766077373&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e44dbd1886a0ae3d04479db4ef70fe18f22c87f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();