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