(function() { const u = '/apps/statistics.php?aid=4289&browser=IE&created_date=20260313&created_hour=23&dduuid=90343668a761f&device=0&device_type=desktop&os=Windows&ssid=86st0sgqt3oe85radu17n8or83&t=1773414811&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac84088f858504396fb2dc5c06fc7fc53f64ad86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();