(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=0479dafa205c0&device=0&device_type=desktop&os=Windows&ssid=o82l3b22n94acruulkkptkt5en&t=1758169756&typeid=0&url_type=2&value=&sign=72e9207f97008a312a57bb79dd25a2b5d7a0d633&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();