(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=07&dduuid=38dd52904d02d&device=0&device_type=desktop&os=Windows&ssid=2527p30tua80vfna21ddq2606m&t=1762299076&typeid=0&url_type=2&value=&sign=b72ccf8d5727c5ca8853c61ba934af7a70d11719&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();