(function() { const u = '/apps/statistics.php?aid=49080&browser=IE&created_date=20260118&created_hour=03&dduuid=f5980a763d7bf&device=0&device_type=desktop&os=Windows&ssid=dpsrvq7k78rit2g4u5pnhnqrll&t=1768678583&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d423f776a5201ca2c42845b183b22a80719cc01b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();