(function() { const u = '/apps/statistics.php?aid=360206&browser=IE&created_date=20260312&created_hour=10&dduuid=7072bf328aa2d&device=0&device_type=desktop&os=Windows&ssid=01daqcoeqm7hc7h38g21r4ko1s&t=1773283834&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51dd20613e08bcf2aa9d2f4ae4beed51a8c5f2d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();