(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=13&dduuid=5b40d16b8012d&device=0&device_type=desktop&os=Windows&ssid=pan135d52s9s6qc3ejha5kosfg&t=1757915408&typeid=0&url_type=2&value=&sign=03255c06b05e16563f988a50bf553b1214a528e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();