(function() { const u = '/apps/statistics.php?aid=255388&browser=IE&created_date=20260316&created_hour=13&dduuid=fc41ff34bfea0&device=0&device_type=desktop&os=Windows&ssid=5h00hag6i7sqb9jga4ddt1ttkk&t=1773638249&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1ff7181fe39374b543458dfb338ce0c3c348c7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();