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