(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=04&dduuid=d87cd5c3d47fc&device=0&device_type=desktop&os=Windows&ssid=3s372rqnh3fn3n5o6s10gd9sft&t=1762633301&typeid=0&url_type=2&value=&sign=83dfc5bc5854734de77c263a0a07620b33864ca2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();