(function() { const u = '/apps/statistics.php?aid=35940&browser=IE&created_date=20251129&created_hour=19&dduuid=900a525bee7d4&device=0&device_type=desktop&os=Windows&ssid=o38hnd3g9iebaihvnda4gsqpb9&t=1764417543&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=197c1db126a46e29ef1fd3a2bc24d416a1299deb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();