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