(function() { const u = '/apps/statistics.php?aid=443904&browser=IE&created_date=20251220&created_hour=07&dduuid=490142038eaee&device=0&device_type=desktop&os=Windows&ssid=0qe359uhrlb3mmjtaidb85g0ct&t=1766187574&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39e85bdaa6f5b6c66aba35e12cd0a3becf13f677&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();