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