(function() { const u = '/apps/statistics.php?aid=455868&browser=IE&created_date=20260311&created_hour=03&dduuid=612ce41d7c9ea&device=0&device_type=desktop&os=Windows&ssid=t0l19bmaa8n1golc40p46l345e&t=1773171121&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a016496f63d169745afd3205bd0de0b44af356c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();