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