(function() { const u = '/apps/statistics.php?aid=450039&browser=IE&created_date=20260307&created_hour=19&dduuid=6894ba635aef0&device=0&device_type=desktop&os=Windows&ssid=2oicmfa04sim43r7fvgoteetji&t=1772883708&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56a8402abd85078f829bb2d851073fa65f92e6db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();