(function() { const u = '/apps/statistics.php?aid=450230&browser=IE&created_date=20260308&created_hour=01&dduuid=6d624eeb5e72e&device=0&device_type=desktop&os=Windows&ssid=bcqp23sd7j0v23ah72mbkohens&t=1772903272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f7fec6bf709497f07f2ca7fad5a21d186506606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();