(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=18&dduuid=3c4c8ccc319c2&device=0&device_type=desktop&os=Windows&ssid=6hofkqgq4jnkmlrksmat1l163t&t=1761992252&typeid=0&url_type=2&value=&sign=8331f8c3bf50cb3f6e779a08108220858031594f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();