(function() { const u = '/apps/statistics.php?aid=444239&browser=IE&created_date=20251218&created_hour=10&dduuid=0b3ffba853225&device=0&device_type=desktop&os=Windows&ssid=iic609llan9ra0ggbtt9p5e4lq&t=1766024428&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de1174771f34a878d17254048abc2140a97dc162&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();