(function() { const u = '/apps/statistics.php?aid=319452&browser=IE&created_date=20260307&created_hour=18&dduuid=d5ab28543e205&device=0&device_type=desktop&os=Windows&ssid=hfn4s1ou30gqes4nolbsmlk9id&t=1772880351&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e51d9db2b123306b864fa38772d01ab7d5b29ad8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();