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