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