(function() { const u = '/apps/statistics.php?aid=455411&browser=IE&created_date=20260304&created_hour=17&dduuid=2fe4afc4977ef&device=0&device_type=desktop&os=Windows&ssid=avloiac2bujc3hjrre93eunn6a&t=1772614806&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4bee4f1b4d71b3f5180ed39683b1e4765605344&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();