(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=22&dduuid=b6237ffa7375a&device=0&device_type=desktop&os=Windows&ssid=3v4fsmghiqmg5ql2s9e7r5fo8a&t=1762958911&typeid=0&url_type=2&value=&sign=3d33cbcf8638d5826385475123a18980af9a956e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();