(function() { const u = '/apps/statistics.php?aid=213714&browser=IE&created_date=20260114&created_hour=14&dduuid=bce282f27c7ea&device=0&device_type=desktop&os=Windows&ssid=7f7ae1nk8begrkqpbahlvp274d&t=1768373458&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c29a33fd4e41c803418d20965df7c3f8edced56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();