(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=11&dduuid=82d5c6b0b361f&device=0&device_type=desktop&os=Windows&ssid=lj0esj9ttcjlhb0l32c04r37a6&t=1757908113&typeid=0&url_type=2&value=&sign=05c64af3d107700d0ecfd2a685915fa2b285da1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();