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