(function() { const u = '/apps/statistics.php?aid=444320&browser=IE&created_date=20251218&created_hour=14&dduuid=bbb58d3844adc&device=0&device_type=desktop&os=Windows&ssid=b6cnl64mc911s7f3iq0b60cgtc&t=1766039494&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a259e8e33b4a7542696156651ea9173cf534501&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();