(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=9a7615721f6a9&device=0&device_type=desktop&os=Windows&ssid=5npg65he679eg8doqd4h1d4hkk&t=1760481853&typeid=0&url_type=2&value=&sign=99c07024ba71d626b800067d4b210e83455fa1d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();