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