(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=11&dduuid=6e8ef980faeb5&device=0&device_type=desktop&os=Windows&ssid=edr4j0bvci31tvpr6ed008bh5l&t=1757994684&typeid=0&url_type=2&value=&sign=442a1f23c994059b14ab039cf5cc5124a96dce9b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();