(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=17&dduuid=317224296b026&device=0&device_type=desktop&os=Windows&ssid=50tnv2jgb4k1g39m4d3toh6ptm&t=1757842031&typeid=0&url_type=2&value=&sign=03609ae8620e87601e18b8c477252007433011de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();