(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=21&dduuid=14bbe3dbf3343&device=0&device_type=desktop&os=Windows&ssid=h3bvds98pc3eptqql7vkq6nm39&t=1757944409&typeid=0&url_type=1&value=&sign=793d90a7157a0b4f76f9c59095239e417072aacc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();