(function() { const u = '/apps/statistics.php?aid=439037&browser=IE&created_date=20260304&created_hour=03&dduuid=c4c7e71a69fa9&device=0&device_type=desktop&os=Windows&ssid=ltki2efj2nta42lhg4mpg04uci&t=1772566201&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52123a345763524798c5121de631140ef2f03778&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();