(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251030&created_hour=23&dduuid=1c4dc27c121bc&device=0&device_type=desktop&os=Windows&ssid=v12flt1hq4u7qa0fdpp3867p11&t=1761837579&typeid=0&url_type=2&value=&sign=5509dd21a8b788a5e33d7b23094511da901955b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();