(function() { const u = '/apps/statistics.php?aid=380601&browser=IE&created_date=20251219&created_hour=12&dduuid=ec8eb90e919e9&device=0&device_type=desktop&os=Windows&ssid=q9v5lv2l0rpgl2c3b0a2573quk&t=1766117763&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2120ff2470cef72eee4ea6c35a20c34077a465f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();