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