(function() { const u = '/apps/statistics.php?aid=391046&browser=IE&created_date=20251220&created_hour=03&dduuid=55b3133883427&device=0&device_type=desktop&os=Windows&ssid=622q3ut8qod2h6r92tq9446qv4&t=1766173289&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a75f025ce37350a7219659e6d29c8c7b28cb3176&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();