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