(function() { const u = '/apps/statistics.php?aid=445728&browser=IE&created_date=20260314&created_hour=07&dduuid=3f5d126836a76&device=0&device_type=desktop&os=Windows&ssid=q5ubddub13t0ev5p91m2v19ace&t=1773443761&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d464e773bd266fb774dddd7fc051d51253d40569&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();