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