(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=21&dduuid=04257d658c5c7&device=0&device_type=desktop&os=Windows&ssid=a5732mllmm54dqngi2iduoa8hd&t=1761052855&typeid=0&url_type=1&value=&sign=ba9662e5214f6ad227f82772e5c2fa6e6bcdf0e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();